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
2.1 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, Fnd0ScopedCNFDelegate
Filename: Fnd0ScopedCNFDelegate.hxx
Module: fnd0booleansolve
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0SCOPEDCNFDELEGATE_HXX
#define TEAMCENTER__FND0SCOPEDCNFDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <fnd0booleansolve/Fnd0ScopedCNF.hxx>
#include <fnd0booleansolve/libfnd0booleansolve_exports.h>
namespace Teamcenter
{
class Fnd0ScopedCNFDelegate;
}
namespace Teamcenter
{
class Fnd0ScopedCNFImpl;
}
namespace Teamcenter
{
class Fnd0ScopedCNF;
}
namespace Teamcenter
{
class Fnd0ScopedCNFGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class FND0BOOLEANSOLVE_API Teamcenter_alias::Fnd0ScopedCNFDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ScopedCNFDelegate instance
static Fnd0ScopedCNFDelegate& getInstance();
// Method to create the Fnd0ScopedCNFImpl pointer
static Fnd0ScopedCNFImpl* createImpl( Fnd0ScopedCNF& ifObj );
// Method to delete the Fnd0ScopedCNFImpl pointer
static void deleteImpl( Fnd0ScopedCNFImpl* impl );
protected:
// Pointer to the instance
static Fnd0ScopedCNFDelegate* m_pInstance;
Fnd0ScopedCNFDelegate();
virtual ~Fnd0ScopedCNFDelegate();
static void setInstance( Fnd0ScopedCNFDelegate* instance );
private:
friend class ::Teamcenter::Fnd0ScopedCNFGenImpl;
};
#include <fnd0booleansolve/libfnd0booleansolve_undef.h>
#endif // TEAMCENTER__FND0SCOPEDCNFDELEGATE_HXX