#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.