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.

90 lines
2.4 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, Mdl0VariantExprBlockDelegate
Filename: Mdl0VariantExprBlockDelegate.hxx
Module: mdl0model
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0VARIANTEXPRBLOCKDELEGATE_HXX
#define TEAMCENTER__APPMODEL__MDL0VARIANTEXPRBLOCKDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mdl0model/Mdl0VariantExprBlock.hxx>
#include <mdl0model/libmdl0model_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0VariantExprBlockDelegate;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0VariantExprBlockImpl;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0VariantExprBlock;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0VariantExprBlockGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MDL0MODEL_API Teamcenter_alias::AppModel::Mdl0VariantExprBlockDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0VariantExprBlockDelegate instance
static Mdl0VariantExprBlockDelegate& getInstance();
// Method to create the Mdl0VariantExprBlockImpl pointer
static Mdl0VariantExprBlockImpl* createImpl( Mdl0VariantExprBlock& ifObj );
// Method to delete the Mdl0VariantExprBlockImpl pointer
static void deleteImpl( Mdl0VariantExprBlockImpl* impl );
protected:
// Pointer to the instance
static Mdl0VariantExprBlockDelegate* m_pInstance;
Mdl0VariantExprBlockDelegate();
virtual ~Mdl0VariantExprBlockDelegate();
static void setInstance( Mdl0VariantExprBlockDelegate* instance );
private:
friend class ::Teamcenter::AppModel::Mdl0VariantExprBlockGenImpl;
};
#include <mdl0model/libmdl0model_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0VARIANTEXPRBLOCKDELEGATE_HXX