Tools.h++ Manual

104011 Tandem Computers Incorporated 21-61
21
Public member functions
virtual RWspace binaryStoreSize() const;
Redefined from class
RWCollectable
.
virtual int compareTo(const RWCollectable*
c) const;
Redefined from class
RWCollectable
. Calls
RWCString::compareTo()
with
c
as the argument and returns the results. This compares strings
lexicographically.
virtual unsigned hash() const;
Redefined from class
RWCollectable
. Calls
RWCString::hash()
and
returns the results.
virtual RWClassID isA() const;
Redefined from class
RWCollectable
to return
__RWCOLLECTABLESTRING
.
virtual RWBoolean isEqual(const RWCollectable* c)
const;
Redefined from class
RWCollectable
. Calls
RWCString::operator==()
(i.e., the equivalence operator) with
c
as the argument and returns the results.
virtual void restoreGuts(RWvistream&);
virtual void restoreGuts(RWFile&);
virtual void saveGuts(RWvostream&) const;
virtual void saveGuts(RWFile&) const;
Redefined from class
RWCollectable
.