//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, Ccd0MemoryLayoutDelegate Filename: Ccd0MemoryLayoutDelegate.hxx Module: ccdm @BMIDE autogenerated ==================================================================================================*/ #ifndef CCDM__CCD0MEMORYLAYOUTDELEGATE_HXX #define CCDM__CCD0MEMORYLAYOUTDELEGATE_HXX #include #include #include namespace ccdm { class Ccd0MemoryLayoutDelegate; } namespace ccdm { class Ccd0MemoryLayoutImpl; } namespace ccdm { class Ccd0MemoryLayout; } namespace ccdm { class Ccd0MemoryLayoutGenImpl; } namespace ccdm_alias = ::ccdm; class CCDM_API ccdm_alias::Ccd0MemoryLayoutDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Ccd0MemoryLayoutDelegate instance static Ccd0MemoryLayoutDelegate& getInstance(); // Method to create the Ccd0MemoryLayoutImpl pointer static Ccd0MemoryLayoutImpl* createImpl( Ccd0MemoryLayout& ifObj ); // Method to delete the Ccd0MemoryLayoutImpl pointer static void deleteImpl( Ccd0MemoryLayoutImpl* impl ); protected: // Pointer to the instance static Ccd0MemoryLayoutDelegate* m_pInstance; Ccd0MemoryLayoutDelegate(); virtual ~Ccd0MemoryLayoutDelegate(); static void setInstance( Ccd0MemoryLayoutDelegate* instance ); private: friend class ::ccdm::Ccd0MemoryLayoutGenImpl; }; #include #endif // CCDM__CCD0MEMORYLAYOUTDELEGATE_HXX