Tools.h++ Manual

104011 Tandem Computers Incorporated 21-63
21
Public member functions
virtual RWspace binaryStoreSize() const;
Redefined from class
RWCollectable
.
virtual int compareTo(const RWCollectable*
c) const;
Redefined from class
RWCollectable
. Returns the results of calling
RWTime::compareTo(c)
.
virtual unsigned hash() const;
Redefined from class
RWCollectable
. Returns the results of calling
RWTime::hash()
.
virtual RWClassID isA() const;
Redefined from class
RWCollectable
to return
__RWCOLLECTABLETIME
.
virtual RWBoolean isEqual(const RWCollectable* c)
const;
Redefined from class
RWCollectable
. Returns the results of calling
operator==()
for the base class
RWTime
by using appropriate casts.
virtual void restoreGuts(RWvistream&);
virtual void restoreGuts(RWFile&);
virtual void saveGuts(RWvostream&) const;
virtual void saveGuts(RWFile&) const;
Redefined from class
RWCollectable
.