\
class HClassName : public _SetType_, \
public: \
inline HClassName (); \
inline HClassName (const _SetType_& anOther); \
inline const _SetType_& Set () const; \
inline _SetType_& ChangeSet ();
\
\
inline HClassName::HClassName () : \
_SetType_(), \
\
inline HClassName::HClassName (const _SetType_& anOther) : \
_SetType_(anOther), \
\
inline const _SetType_& HClassName::Set () const \
{ return * (const _SetType_ *) this; } \
\
inline _SetType_& HClassName::ChangeSet () \
{ return * (_SetType_ *) this; } \
The abstract class TShared is the root class of managed objects. TShared objects are managed by a...
Definition: MMgt_TShared.hxx:44
#define DEFINE_STANDARD_HANDLE(C1, C2)
Definition: Standard_DefineHandle.hxx:81
#define DEFINE_STANDARD_RTTI(C1)
Definition: Standard_DefineHandle.hxx:93