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