Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TStringCollection Class Reference

Implements a sorted list of ASCII strings. More...

#include <resource.h>

Inheritance diagram for TStringCollection::

TSortedCollection TNSSortedCollection TCollection TNSCollection TNSCollection TStreamable TObject TObject TResourceCollection List of all members.

Public Methods

 TStringCollection (short aLimit, short aDelta)

Static Public Methods

TStreamablebuild ()

Static Public Attributes

const char* const name

Protected Methods

 TStringCollection (StreamableInit)

Detailed Description

TStringCollection is a simple derivative of TSortedCollection implementing a sorted list of ASCII strings.

Definition at line 24 of file resource.h.


Constructor & Destructor Documentation

TStringCollection::TStringCollection ( short aLimit,
short aDelta )
 

Creates a TStringCollection object with the given values.

TStringCollection::TStringCollection ( StreamableInit ) [inline, protected]
 

Each streamable class needs a "builder" to allocate the correct memory for its objects together with the initialized virtual table pointers. This is achieved by calling this constructor with an argument of type StreamableInit.

Definition at line 75 of file resource.h.


Member Function Documentation

TStreamable * TStringCollection::build ( ) [static]
 

Called to create an object in certain stream-reading situations.

Reimplemented in TResourceCollection.


Member Data Documentation

const char *const TStringCollection::name [static]
 

Undocumented.

Reimplemented from TSortedCollection.

Reimplemented in TResourceCollection.

Definition at line 80 of file resource.h.


The documentation for this class was generated from the following file:
Generated at Sat Sep 22 20:19:36 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001