Tools.h++ Manual
21-36 104011 Tandem Computers Incorporated
21
Public member operators
void operator=(const RWBTree& btr);
Set self to a shallow copy of
btr
.
RWBoolean operator<=(const RWBTree& btr)
const;
Returns
TRUE
if self is a subset of
btr
. That is, for every item in self, there
must be an item in
btr
that compares equal.
RWBoolean operator==(const RWBTree& btr)
const;
Returns
TRUE
if self and
btr
are equivalent. That is, they must have the same
number of items and for every item in self, there must be an item in
btr
that
compares equal.
Public member functions
virtual void apply(RWapplyCollectable ap,
void*)
Redefined from class
RWCollection
to apply the user-supplied function
pointed to by
ap
to each member of the collection, in order, from smallest to
largest. This supplied function should not do anything to the items that could
change the ordering of the collection.
virtual RWspace binaryStoreSize() const;
Inherited from class
RWCollection
.
virtual void clear();
Redefined from class
RWCollection
.
virtual void clearAndDestroy();
Inherited from class
RWCollection
.
virtual int compareTo(const RWCollectable*
a) const;
Inherited from class
RWCollectable
.
virtual RWBoolean contains(const RWCollectable*
target) const;
Inherited from class
RWCollection
.
virtual size_t entries() const;
Redefined from class
RWCollection
.