//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, StructElementDelegate Filename: StructElementDelegate.hxx Module: meta @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__STRUCTELEMENTDELEGATE_HXX #define TEAMCENTER__STRUCTELEMENTDELEGATE_HXX #include #include #include namespace Teamcenter { class StructElementDelegate; } namespace Teamcenter { class StructElementImpl; } namespace Teamcenter { class StructElement; } namespace Teamcenter { class StructElementGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class META_API Teamcenter_alias::StructElementDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the StructElementDelegate instance static StructElementDelegate& getInstance(); // Method to create the StructElementImpl pointer static StructElementImpl* createImpl( StructElement& ifObj ); // Method to delete the StructElementImpl pointer static void deleteImpl( StructElementImpl* impl ); protected: // Pointer to the instance static StructElementDelegate* m_pInstance; StructElementDelegate(); virtual ~StructElementDelegate(); static void setInstance( StructElementDelegate* instance ); private: friend class ::Teamcenter::StructElementGenImpl; }; #include #endif // TEAMCENTER__STRUCTELEMENTDELEGATE_HXX