![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtStringList: More...

Public Member Functions | |
| DtRwStringList () | |
| default constructor | |
| DtRwStringList (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| constructor | |
| DtRwStringList (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| virtual | ~DtRwStringList () |
| destructor | |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| Constructs a DtRwString item, and then retrieves it from the stream. | |
| DtRwStringList (const DtRwStringList &orig, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| copy constructor | |
| DtRwStringList & | operator= (const DtRwStringList &orig) |
| assignment operator | |
| virtual void | emptyList () |
Protected Member Functions | |
| void | emptyListInternal () |
| Non-virtual because used by constructor/destructor. | |
| void | copyList (const DtRwStringList &orig) |
| Non-virtual because used by constructor/destructor. | |
class DtStringList:
Instances of DtStringList are lists of DtRwString items.
default constructor
| DtRwStringList::DtRwStringList | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
constructor
| DtRwStringList::DtRwStringList | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| virtual DtRwStringList::~DtRwStringList | ( | ) | [virtual] |
destructor
| DtRwStringList::DtRwStringList | ( | const DtRwStringList & | orig, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtlObjPtr DtRwStringList::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [virtual] |
Constructs a DtRwString item, and then retrieves it from the stream.
Implements DtRwList.
| DtRwStringList& DtRwStringList::operator= | ( | const DtRwStringList & | orig | ) |
assignment operator
| virtual void DtRwStringList::emptyList | ( | ) | [virtual] |
| void DtRwStringList::emptyListInternal | ( | ) | [protected] |
Non-virtual because used by constructor/destructor.
| void DtRwStringList::copyList | ( | const DtRwStringList & | orig | ) | [protected] |
Non-virtual because used by constructor/destructor.