Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWCollectableDate
RWCollectable
RWCollectableDate
RWDate
Synopsis
Description
Persistence
Public Constructors
Public Member Functions
Synopsis
typedef RWCollectableDate Date; // Smalltalk typedef
#include <rw/colldate.h>
RWCollectableDate d;
Description
Collectable Dates. Inherits classes RWDate and RWCollectable. This class is useful when dates
are used as keys in the "dictionary" collection classes, or if dates are stored and retrieved as
RWCollectables. The virtual functions of the base class RWCollectable have been redefined.
Persistence
Polymorphic
Public Constructors
RWCollectableDate();
RWCollectableDate(unsigned long julianDate);
RWCollectableDate(unsigned day, unsigned year);