public:                                                                       \
   DEFINE_STANDARD_ALLOC                                                       \
   DEFINE_NCOLLECTION_ALLOC                                                    \
   HClassName () : _Array1Type_ () {}                                          \
     _Array1Type_ (theLower,theUpper)  {}                                      \
               const _Array1Type_::value_type& theValue) :                     \
     _Array1Type_ (theLower,theUpper)  { Init (theValue); }                    \
   explicit HClassName (const typename _Array1Type_::value_type& theBegin,     \
               const bool) :                                                   \
     _Array1Type_ (theBegin,theLower,theUpper)  {}                             \
   HClassName  (const _Array1Type_& theOther) : _Array1Type_(theOther) {}      \
   const _Array1Type_& Array1 () const { return *this; }                       \
   _Array1Type_& ChangeArray1 ()       { return *this; }                       \
};                                                                             \
int Standard_Integer
Definition Standard_TypeDef.hxx:61
 
Abstract class which forms the root of the entire Transient class hierarchy.
Definition Standard_Transient.hxx:35