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.3 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, AsBuiltStructureDelegate
Filename: AsBuiltStructureDelegate.hxx
Module: asbuilt
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ASBUILT__ASBUILTSTRUCTUREDELEGATE_HXX
#define TEAMCENTER__ASBUILT__ASBUILTSTRUCTUREDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <asbuilt/AsBuiltStructure.hxx>
#include <asbuilt/libasbuilt_exports.h>
namespace Teamcenter
{
namespace asbuilt
{
class AsBuiltStructureDelegate;
}
}
namespace Teamcenter
{
namespace asbuilt
{
class AsBuiltStructureImpl;
}
}
namespace Teamcenter
{
namespace asbuilt
{
class AsBuiltStructure;
}
}
namespace Teamcenter
{
namespace asbuilt
{
class AsBuiltStructureGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class ASBUILT_API Teamcenter_alias::asbuilt::AsBuiltStructureDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the AsBuiltStructureDelegate instance
static AsBuiltStructureDelegate& getInstance();
// Method to create the AsBuiltStructureImpl pointer
static AsBuiltStructureImpl* createImpl( AsBuiltStructure& ifObj );
// Method to delete the AsBuiltStructureImpl pointer
static void deleteImpl( AsBuiltStructureImpl* impl );
protected:
// Pointer to the instance
static AsBuiltStructureDelegate* m_pInstance;
AsBuiltStructureDelegate();
virtual ~AsBuiltStructureDelegate();
static void setInstance( AsBuiltStructureDelegate* instance );
private:
friend class ::Teamcenter::asbuilt::AsBuiltStructureGenImpl;
};
#include <asbuilt/libasbuilt_undef.h>
#endif // TEAMCENTER__ASBUILT__ASBUILTSTRUCTUREDELEGATE_HXX