You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML_ITK/13/include_cpp/bom/BOMVariantExprBlockDelegate...

78 lines
2.1 KiB

//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 <common/tc_deprecation_macros.h>
#include <bom/BOMVariantExprBlock.hxx>
#include <bom/libbom_exports.h>
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 <bom/libbom_undef.h>
#endif // TEAMCENTER__BOMVARIANTEXPRBLOCKDELEGATE_HXX