Tools.h++ Class Reference

Table Of Contents
unsigned sec = 0,const RWZone&
zone = RWZone::local());
RWCollectableTime(const RWDate& day, unsigned hour=0,
unsigned minute=0, unsigned sec = 0,
const RWZone& zone = RWZone::local());
RWCollectableTime(const RWDate& day, const RWCString& str,
const RWZone& zone = RWZone::local(),
const RWLocale& locale = RWLocale::global());
RWCollectableTime(const struct tm* tmb,
const RWZone& zone = RWZone::local());
Calls the corresponding constructor of RWTime.
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.
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;