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/rdv/Fnd0StructureContextDelegat...

86 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, Fnd0StructureContextDelegate
Filename: Fnd0StructureContextDelegate.hxx
Module: rdv
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0STRUCTURECONTEXTDELEGATE_HXX
#define TEAMCENTER__FND0STRUCTURECONTEXTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <rdv/Fnd0StructureContext.hxx>
#include <rdv/librdv_exports.h>
namespace Teamcenter
{
class Fnd0StructureContextDelegate;
}
namespace Teamcenter
{
class Fnd0StructureContextImpl;
}
namespace Teamcenter
{
class Fnd0StructureContext;
}
namespace Teamcenter
{
class Fnd0StructureContextGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class RDV_API Teamcenter_alias::Fnd0StructureContextDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0StructureContextDelegate instance
static Fnd0StructureContextDelegate& getInstance();
// Method to create the Fnd0StructureContextImpl pointer
static Fnd0StructureContextImpl* createImpl( Fnd0StructureContext& ifObj );
// Method to delete the Fnd0StructureContextImpl pointer
static void deleteImpl( Fnd0StructureContextImpl* impl );
///
/// Deletes the instance.
/// @version Teamcenter 11.1
/// @return - Failure code.
///
int fnd0DeleteBase(const Fnd0StructureContext &ifObj );
protected:
// Pointer to the instance
static Fnd0StructureContextDelegate* m_pInstance;
Fnd0StructureContextDelegate();
virtual ~Fnd0StructureContextDelegate();
static void setInstance( Fnd0StructureContextDelegate* instance );
private:
friend class ::Teamcenter::Fnd0StructureContextGenImpl;
};
#include <rdv/librdv_undef.h>
#endif // TEAMCENTER__FND0STRUCTURECONTEXTDELEGATE_HXX