class HClassName :
public _Array1Type_,
public MMgt_TShared { \
public: \
DEFINE_STANDARD_ALLOC \
DEFINE_NCOLLECTION_ALLOC \
_Array1Type_ (theLower,theUpper) {} \
const _Array1Type_::value_type& theValue) : \
_Array1Type_ (theLower,theUpper) { Init (theValue); } \
HClassName (const _Array1Type_& theOther) : _Array1Type_(theOther) {} \
const _Array1Type_& Array1 () const { return *this; } \
_Array1Type_& ChangeArray1 () {
return *
this; }
\
Intermediate class between Standard_Transient and descendants. The abstract class TShared is the root...
Definition: MMgt_TShared.hxx:38
#define DEFINE_STANDARD_HANDLE(C1, C2)
Definition: Standard_DefineHandle.hxx:81
int Standard_Integer
Definition: Standard_TypeDef.hxx:59
#define DEFINE_STANDARD_RTTI(C1)
Definition: Standard_DefineHandle.hxx:93