CtStringToULong Reference

CtStringToULong Reference Members Hierarchy

class EXT_CLASS CtStringToULong : public CObject, public tStringToULong

CtStringToULong implements maps having string keys and unsigned long data.

Before deriving a class from CtStringToULong, it is highly recommended that you read the tBalTree reference material and the Deriving Specialized Classes section.

Public Interface

Construction/Destruction

CtStringToULong provides a default constructor, and a virtual destructor.

(public) virtual void Serialize(CArchive& ar);

The Serialize() member, overridden from CObject, provides the ability to serialize the tree using a CArchive object in the standard MFC fashion.

Note that this class is also capable of serialization using standard streams; see the Load() and Store() inherited members for details.