class _HEBTREE : public _HUBTREE \
{ \
public: \
\
_HEBTREE () : _HUBTREE(new EBTree) {} \
\
\
\
{ return ChangeETree().Remove (theObj); } \
{ return ETree().Contains (theObj); } \
\
const UBTree::TreeNode& FindNode (const _OBJTYPE& theObj) const \
{ return ETree().FindNode (theObj); } \
\
\
\
const EBTree& ETree () const { return (const EBTree&) Tree(); } \
EBTree& ChangeETree () {
return (EBTree&) ChangeTree(); }
\
\
Definition: NCollection_EBTree.hxx:36
Definition: NCollection_UBTree.hxx:63
unsigned int Standard_Boolean
Definition: Standard_TypeDef.hxx:61
#define DEFINE_STANDARD_HANDLE(C1, C2)
Definition: Standard_DefineHandle.hxx:81
#define DEFINE_STANDARD_RTTI(C1)
Definition: Standard_DefineHandle.hxx:93