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

TSItem Class Reference

Non-view class providing a singly-linked list of character strings. More...

#include <dialogs.h>

List of all members.

Public Methods

 TSItem (const char *aValue, TSItem *aNext)
 ~TSItem ()

Public Attributes

const char* value
TSItem* next


Detailed Description

TSItem is a simple, non-view class providing a singly-linked list of character strings. This class is useful where the full flexibility of string collections are not needed.

Definition at line 793 of file dialogs.h.


Constructor & Destructor Documentation

TSItem::TSItem ( const char * aValue,
TSItem * aNext ) [inline]
 

Creates a TSItem object with the given values.

Definition at line 799 of file dialogs.h.

TSItem::~TSItem ( ) [inline]
 

Destroys the TSItem object by calling delete value.

Definition at line 804 of file dialogs.h.


Member Data Documentation

TSItem * TSItem::next
 

Pointer to the next TSItem object in the linked list.

Definition at line 812 of file dialogs.h.

const char * TSItem::value
 

The string for this TSItem object.

Definition at line 808 of file dialogs.h.


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