Teamcenter C++ API Reference  2312
Classes | Namespaces | Macros | Typedefs
BusinessObjectRegistry.hxx File Reference
#include <unidefs.h>
#include <string>
#include <vector>
#include <tccore/FeatureKeyCheck.hxx>
#include <base_utils/ScopedPtr.hxx>
#include <base_utils/ScopedSmPtr.hxx>
#include <metaframework/CreateInput.hxx>
#include <metaframework/SaveAsInput.hxx>
#include <metaframework/ReviseInput.hxx>
#include <metaframework/RuntimeBusinessObject.hxx>
#include <tc/Fnd0BaseProvider.hxx>
#include <metaframework/libmetaframework_exports.h>
#include <metaframework/libmetaframework_undef.h>

Go to the source code of this file.

Classes

class  Teamcenter::BusinessObjectRegistry
 
struct  Teamcenter::scoped_ptr_default_deallocator< CreateInput >
 
struct  Teamcenter::scoped_ptr_default_deallocator< Fnd0BaseProvider >
 
struct  Teamcenter::scoped_ptr_default_deallocator< OperationInput >
 
struct  Teamcenter::scoped_ptr_default_deallocator< ReviseInput >
 
struct  Teamcenter::scoped_ptr_default_deallocator< RuntimeBusinessObject >
 
struct  Teamcenter::scoped_ptr_default_deallocator< SaveAsInput >
 
struct  Teamcenter::scoped_smptr_my_deallocator< CreateInput >
 
struct  Teamcenter::scoped_smptr_my_deallocator< Fnd0BaseProvider >
 
struct  Teamcenter::scoped_smptr_my_deallocator< OperationInput >
 
struct  Teamcenter::scoped_smptr_my_deallocator< ReviseInput >
 
struct  Teamcenter::scoped_smptr_my_deallocator< RuntimeBusinessObject >
 
struct  Teamcenter::scoped_smptr_my_deallocator< SaveAsInput >
 

Namespaces

namespace  Teamcenter
 A convenient C++ class to manage a list of tag_t. This convenient class is derived from TagList class which is only available for internal developers.
 

Macros

#define OPERATIONINPUT_ANY   "OperationInput"
 
#define OPERATIONINPUT_BULKINPUT   "BulkInput"
 
#define OPERATIONINPUT_CREATE   "Create"
 
#define OPERATIONINPUT_DEEPCOPYDATA   "DeepCopyData"
 
#define OPERATIONINPUT_REVISE   "Revise"
 
#define OPERATIONINPUT_SAVEAS   "SaveAs"
 

Typedefs

typedef RootObject *(* Teamcenter::BusinessObjectConstructor )()
 
typedef int(* Teamcenter::BusinessObjectInitializer )()
 
typedef int(* Teamcenter::BusinessObjectPropFnRegister )()
 

Macro Definition Documentation

#define OPERATIONINPUT_ANY   "OperationInput"

Definition at line 40 of file BusinessObjectRegistry.hxx.

#define OPERATIONINPUT_BULKINPUT   "BulkInput"

Definition at line 41 of file BusinessObjectRegistry.hxx.

#define OPERATIONINPUT_CREATE   "Create"

Definition at line 36 of file BusinessObjectRegistry.hxx.

#define OPERATIONINPUT_DEEPCOPYDATA   "DeepCopyData"

Definition at line 39 of file BusinessObjectRegistry.hxx.

#define OPERATIONINPUT_REVISE   "Revise"

Definition at line 37 of file BusinessObjectRegistry.hxx.

#define OPERATIONINPUT_SAVEAS   "SaveAs"

Definition at line 38 of file BusinessObjectRegistry.hxx.