Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Mdc0mdc
Mdc0RelationMap.hxx
Go to the documentation of this file.
1
//Copyright 2022 Siemens Digital Industries Software
2
//==================================================
3
//Copyright $2023.
4
//Siemens Product Lifecycle Management Software Inc.
5
//All Rights Reserved.
6
//==================================================
7
//Copyright 2022 Siemens Digital Industries Software
8
9
/*==================================================================================================
10
File description:
11
This file contains the declaration for the Business Object, Mdc0RelationMap
12
Filename: Mdc0RelationMap.hxx
13
Module: Mdc0mdc
14
@BMIDE autogenerated
15
==================================================================================================*/
16
17
#ifndef TEAMCENTER__MDCONNECTIVITY__MDC0RELATIONMAP__HXX
18
#define TEAMCENTER__MDCONNECTIVITY__MDC0RELATIONMAP__HXX
19
20
#include <common/tc_deprecation_macros.h>
21
#include <
tccore/POM_application_object.hxx
>
22
23
#include <Mdc0mdc/libmdc0mdc_exports.h>
24
25
namespace
Teamcenter
26
{
27
namespace
mdconnectivity
28
{
29
class
Mdc0RelationMap;
30
}
31
}
32
namespace
Teamcenter
33
{
34
namespace
mdconnectivity
35
{
36
class
Mdc0RelationMapImpl;
37
}
38
}
39
namespace
Teamcenter
40
{
41
namespace
mdconnectivity
42
{
43
class
Mdc0RelationMapDelegate;
44
}
45
}
46
namespace
Teamcenter
47
{
48
namespace
mdconnectivity
49
{
50
class
Mdc0RelationMapDispatch;
51
}
52
}
53
namespace
Teamcenter
54
{
55
namespace
mdconnectivity
56
{
57
class
Mdc0RelationMapGenImpl;
58
}
59
}
60
namespace
Teamcenter
61
{
62
class
RootObjectImpl;
63
}
64
65
class
MDC0MDC_API Teamcenter::
mdconnectivity::Mdc0RelationMap
66
:
public
::Teamcenter::POM_application_object
67
{
68
public
:
69
74
static
const
std::string&
getInterfaceName
();
75
76
protected
:
77
// Method to initialize
78
virtual
void
initialize
( ::Teamcenter::RootObjectImpl* impl );
79
83
Mdc0RelationMap
();
84
88
virtual
~Mdc0RelationMap
();
89
90
private
:
91
// Getter method for the Implementation Object
92
Mdc0RelationMapImpl*
getMdc0RelationMapImpl
()
const
;
93
// Setter method for the Implementation Object
94
::Teamcenter::RootObjectImpl*
setMdc0RelationMapImpl
( ::Teamcenter::RootObjectImpl* impl );
95
96
// Method to set the delete impl boolean
97
void
setDeleteImpl
(
bool
del );
98
99
// Pointer to the Implementation object
100
Mdc0RelationMapImpl*
m_mdc0relationmapImpl
;
101
102
// Flag to indicate if Implementation object needs to be deleted
103
bool
m_deleteImpl
;
104
108
static
std::string
name
;
109
114
Mdc0RelationMap
(
const
Mdc0RelationMap
& );
115
Mdc0RelationMap
&
operator=
(
const
Mdc0RelationMap
& );
116
117
friend
class
Mdc0RelationMapDelegate;
118
friend
class
Mdc0RelationMapGenImpl;
119
};
120
121
#include <Mdc0mdc/libmdc0mdc_undef.h>
122
#endif // TEAMCENTER__MDCONNECTIVITY__MDC0RELATIONMAP__HXX