//Copyright 2020 Siemens Digital Industries Software //================================================== // //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, CPPropertyListDelegate Filename: CPPropertyListDelegate.hxx Module: specmgr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__SPECMGR__CPPROPERTYLISTDELEGATE_HXX #define TEAMCENTER__SPECMGR__CPPROPERTYLISTDELEGATE_HXX #include #include #include namespace Teamcenter { namespace SPECMGR { class CPPropertyListDelegate; } } namespace Teamcenter { namespace SPECMGR { class CPPropertyListImpl; } } namespace Teamcenter { namespace SPECMGR { class CPPropertyList; } } namespace Teamcenter { namespace SPECMGR { class CPPropertyListGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class SPECMGR_API Teamcenter_alias::SPECMGR::CPPropertyListDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the CPPropertyListDelegate instance static CPPropertyListDelegate& getInstance(); // Method to create the CPPropertyListImpl pointer static CPPropertyListImpl* createImpl( CPPropertyList& ifObj ); // Method to delete the CPPropertyListImpl pointer static void deleteImpl( CPPropertyListImpl* impl ); protected: // Pointer to the instance static CPPropertyListDelegate* m_pInstance; CPPropertyListDelegate(); virtual ~CPPropertyListDelegate(); static void setInstance( CPPropertyListDelegate* instance ); private: friend class ::Teamcenter::SPECMGR::CPPropertyListGenImpl; }; #include #endif // TEAMCENTER__SPECMGR__CPPROPERTYLISTDELEGATE_HXX