List of all members.
Public Member Functions |
| | DtRwBooleanList () |
| | default constructor
|
| | DtRwBooleanList (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) |
| | constructor
|
| | DtRwBooleanList (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) |
| virtual | ~DtRwBooleanList () |
| | destructor
|
| | DtRwBooleanList (const DtString &name, const DtRwBooleanList &orig, DtReaderWriterRegistry *parentRegistry=NULL) |
| | copy constructor
|
| | DtRwBooleanList (const DtSymbolString &name, const DtRwBooleanList &orig, DtReaderWriterRegistry *parentRegistry=NULL) |
| DtRwBooleanList & | operator= (const DtRwBooleanList &orig) |
| | assignment operator
|
| virtual void | addBoolean (DtRwBoolean *rwInt) |
| | Add a DtRwInt to the list (appended to the end of the list).
|
| virtual void | removeBoolean (DtRwBoolean *rwInt, DtListItem *listItem) |
| | Remove a given DtRwInt from the list.
|
| void | emptyList () |
| | Removes and deletes all DtRwInt entries from our list.
|
Protected Member Functions |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| | Constructs a DtRwInt item, and then retrieves it from the stream.
|
| void | copyList (const DtRwBooleanList &orig) |
| | Copies list of DtRwBoolean to ourself.
|
Constructor & Destructor Documentation
Member Function Documentation
Add a DtRwInt to the list (appended to the end of the list).
Remove a given DtRwInt from the list.
Just deletes the DtListItem, does not delete the DtRwInt itself. When last item is removed, sets value specified to false.
Removes and deletes all DtRwInt entries from our list.
Constructs a DtRwInt item, and then retrieves it from the stream.
Implements DtRwList.
The documentation for this class was generated from the following file: