Instances of DtRecordSetList are lists of RecordSets.
More...
Detailed Description
Instances of DtRecordSetList are lists of RecordSets.
This class was developed for use with the class DtTransferControlInteraction. It is similar to the DtGlobalObjectDesignatorList
Constructor & Destructor Documentation
| DtRecordSetList::DtRecordSetList |
( |
| ) |
|
| virtual DtRecordSetList::~DtRecordSetList |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual const void* DtRecordSetList::netRep |
( |
| ) |
const |
|
virtual |
Returns the 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 DtRecordSetList::netSize |
( |
| ) |
const |
|
virtual |
returns the size of the network representation.
| int DtRecordSetList::numRecordSets |
( |
| ) |
const |
|
inlinevirtual |
| virtual void DtRecordSetList::print |
( |
| ) |
const |
|
virtual |
| virtual void DtRecordSetList::printDataToStream |
( |
std::ostream & |
stream | ) |
const |
|
virtual |
| virtual const DtRecordSet& DtRecordSetList::recordSet |
( |
int |
index, |
|
|
bool * |
valid = NULL |
|
) |
| const |
|
virtual |
Get the index'th recordSet designator.
Set valid to false if the index was out of range, true if otherwise.
| virtual void DtRecordSetList::setFromNet |
( |
const void * |
netRep, |
|
|
int |
length |
|
) |
| |
|
virtual |
set from the network representation.
| virtual void DtRecordSetList::setNumRecordSets |
( |
int |
num | ) |
|
|
virtual |
Set/Get number of recordSets.
Setting to a number lower than the current number will remove trailing recordSets from the list.
| virtual bool DtRecordSetList::setRecordSet |
( |
int |
index, |
|
|
const DtRecordSet & |
des |
|
) |
| |
|
virtual |
set the index'th recordSet designator.
Member Data Documentation
| char* DtRecordSetList::myNetRepBuffer |
|
protected |
| int DtRecordSetList::myNum |
|
protected |
The documentation for this class was generated from the following file: