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
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, Smr0StringCharDefinitionDelegate
|
|
Filename: Smr0StringCharDefinitionDelegate.hxx
|
|
Module: mrocore
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__MROCORE__SMR0STRINGCHARDEFINITIONDELEGATE_HXX
|
|
#define TEAMCENTER__MROCORE__SMR0STRINGCHARDEFINITIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mrocore/Smr0StringCharDefinition.hxx>
|
|
|
|
#include <mrocore/libmrocore_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class Smr0StringCharDefinitionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class Smr0StringCharDefinitionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class Smr0StringCharDefinition;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class Smr0StringCharDefinitionGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class MROCORE_API Teamcenter_alias::mrocore::Smr0StringCharDefinitionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Smr0StringCharDefinitionDelegate instance
|
|
static Smr0StringCharDefinitionDelegate& getInstance();
|
|
|
|
// Method to create the Smr0StringCharDefinitionImpl pointer
|
|
static Smr0StringCharDefinitionImpl* createImpl( Smr0StringCharDefinition& ifObj );
|
|
|
|
// Method to delete the Smr0StringCharDefinitionImpl pointer
|
|
static void deleteImpl( Smr0StringCharDefinitionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Smr0StringCharDefinitionDelegate* m_pInstance;
|
|
|
|
Smr0StringCharDefinitionDelegate();
|
|
virtual ~Smr0StringCharDefinitionDelegate();
|
|
static void setInstance( Smr0StringCharDefinitionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::mrocore::Smr0StringCharDefinitionGenImpl;
|
|
|
|
};
|
|
|
|
#include <mrocore/libmrocore_undef.h>
|
|
#endif // TEAMCENTER__MROCORE__SMR0STRINGCHARDEFINITIONDELEGATE_HXX
|