Constructor & Destructor Documentation
| DtStringList::DtStringList |
( |
| ) |
|
| virtual DtStringList::~DtStringList |
( |
| ) |
|
|
virtual |
Member Function Documentation
| int DtStringList::operator== |
( |
const DtStringList & |
other | ) |
const |
| int DtStringList::operator!= |
( |
const DtStringList & |
other | ) |
const |
| virtual void DtStringList::setNumStrings |
( |
int |
num | ) |
|
|
virtual |
Set/Get number of strings.
Setting to a number lower than the current number will remove trailing strings from the list.
| virtual int DtStringList::numStrings |
( |
| ) |
const |
|
virtual |
| virtual bool DtStringList::setString |
( |
int |
index, |
|
|
const DtString & |
str |
|
) |
| |
|
virtual |
| virtual const DtString& DtStringList::string |
( |
int |
index, |
|
|
bool * |
valid = 0 |
|
) |
| const |
|
virtual |
Get index'th object designator.
Set valid to false if bad index, true otherwise.
| virtual void DtStringList::printData |
( |
| ) |
const |
|
virtual |
| virtual void DtStringList::printDataToStream |
( |
std::ostream & |
stream | ) |
const |
|
virtual |
| virtual void DtStringList::setFromNet |
( |
const void * |
netRep, |
|
|
int |
length |
|
) |
| |
|
virtual |
Set from network representation.
| virtual const void* DtStringList::netRep |
( |
int * |
size = 0 | ) |
const |
|
virtual |
Returns network representation, fills size with size of netRep.
Return value is pointer to internal object with same lifetime as this. Do not delete.
| virtual int DtStringList::netSize |
( |
| ) |
const |
|
virtual |
Returns size of network representation.
Member Data Documentation
| int DtStringList::myNumberOfStrings |
|
protected |
| DtString* DtStringList::myStrings |
|
protected |
| DtString DtStringList::myEmptyString |
|
protected |
| void* DtStringList::myNetRep |
|
protected |
The documentation for this class was generated from the following file: