#include <str.h>
Class diagram for StringListElement:

Public Members | |||
![]() | ![]() | StringListElement (String* d, StringListElement* n = 0) | |
![]() | ![]() | String* | Data () |
![]() | ![]() | StringListElement* | Next () |
| StringListElement::StringListElement (String * d, StringListElement * n = 0) |
String * StringListElement::Data () [inline]
|
Reimplemented from ListElement.
StringListElement * StringListElement::Next () [inline]
|
Reimplemented from ListElement.
1.0.0 written by Dimitri van Heesch,
© 1997-1999