Main Page | Class Hierarchy | Data Structures | File List | Data Fields | Globals

NCollection_DefineHArray1.hxx File Reference

#include <Standard_DefineHandle.hxx>
#include <NCollection_DefineArray1.hxx>
#include <MMgt_TShared.hxx>

Defines

#define DEFINE_HARRAY1(HClassName, _Array1Type_)
#define IMPLEMENT_HARRAY1(HClassName)

Define Documentation

#define DEFINE_HARRAY1 HClassName,
_Array1Type_   ) 
 

Value:

\
class HClassName : public _Array1Type_,                                        \
                   public MMgt_TShared {                                       \
 public:                                                                       \
   inline                     HClassName    (const Standard_Integer theLower,  \
                                             const Standard_Integer theUpper); \
   inline                     HClassName    (const _Array1Type_&);             \
   inline const _Array1Type_& Array1        () const;                          \
   inline _Array1Type_&       ChangeArray1  ();                                \
   DEFINE_STANDARD_RTTI (HClassName)                                           \
};                                                                             \
                                                                               \
DEFINE_STANDARD_HANDLE (HClassName, MMgt_TShared)                              \
                                                                               \
inline HClassName::HClassName (const Standard_Integer theLower,                \
                               const Standard_Integer theUpper) :              \
       _Array1Type_ (theLower,theUpper),                                       \
       MMgt_TShared() {}                                                       \
                                                                               \
inline HClassName::HClassName (const _Array1Type_& theOther) :                 \
       _Array1Type_(theOther),                                                 \
       MMgt_TShared() {}                                                       \
                                                                               \
inline const _Array1Type_& HClassName::Array1 () const                         \
{ return * (const _Array1Type_ *) this; }                                      \
                                                                               \
inline _Array1Type_& HClassName::ChangeArray1 ()                               \
{ return * (_Array1Type_ *) this; }                                            \

#define IMPLEMENT_HARRAY1 HClassName   ) 
 

Value:


Generated on Mon Aug 25 13:11:58 2008 for OpenCASCADE by  doxygen 1.4.1