#include <dialogs.h>
Public Methods | |
TSItem (const char *aValue, TSItem *aNext) | |
~TSItem () | |
Public Attributes | |
const char* | value |
TSItem* | next |
Definition at line 793 of file dialogs.h.
|
Creates a TSItem object with the given values. |
|
Destroys the TSItem object by calling delete value. |
|
Pointer to the next TSItem object in the linked list. |
|
The string for this TSItem object. |