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.

78 lines
1.9 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, ConstantDelegate
Filename: ConstantDelegate.hxx
Module: constants
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONSTANTDELEGATE_HXX
#define TEAMCENTER__CONSTANTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <constants/Constant.hxx>
#include <constants/libconstants_exports.h>
namespace Teamcenter
{
class ConstantDelegate;
}
namespace Teamcenter
{
class ConstantImpl;
}
namespace Teamcenter
{
class Constant;
}
namespace Teamcenter
{
class ConstantGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CONSTANTS_API Teamcenter_alias::ConstantDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ConstantDelegate instance
static ConstantDelegate& getInstance();
// Method to create the ConstantImpl pointer
static ConstantImpl* createImpl( Constant& ifObj );
// Method to delete the ConstantImpl pointer
static void deleteImpl( ConstantImpl* impl );
protected:
// Pointer to the instance
static ConstantDelegate* m_pInstance;
ConstantDelegate();
virtual ~ConstantDelegate();
static void setInstance( ConstantDelegate* instance );
private:
friend class ::Teamcenter::ConstantGenImpl;
};
#include <constants/libconstants_undef.h>
#endif // TEAMCENTER__CONSTANTDELEGATE_HXX