Constructor & Destructor Documentation
| DtStandardVariableRecordSet::DtStandardVariableRecordSet |
( |
| ) |
|
| virtual DtStandardVariableRecordSet::~DtStandardVariableRecordSet |
( |
| ) |
|
|
virtual |
Member Function Documentation
Adds a record.
Also this increments the number of records
| virtual void DtStandardVariableRecordSet::clearRecords |
( |
| ) |
|
|
virtual |
Clear all records.
Also this sets number of records to 0
| virtual unsigned int DtStandardVariableRecordSet::netSize |
( |
| ) |
const |
|
virtual |
| virtual unsigned int DtStandardVariableRecordSet::numberOfRecords |
( |
| ) |
const |
|
virtual |
Returns number of records.
| virtual void DtStandardVariableRecordSet::printRecords |
( |
| ) |
const |
|
virtual |
Prints the data to DtInfo.
| virtual void DtStandardVariableRecordSet::printRecordsToStream |
( |
std::ostream & |
stream | ) |
const |
|
virtual |
Prints the data to the specified stream.
Returns the record.
Any changes to this record will modify the record in the recordSet. The recordType can be determined and then this can be casted to a specific record. Note the index must be between 0 and numberOfRecords - 1 If the index is not in this range, this will return 0
Returns the vector of records.
Any changes to these records will modify the records in the recordSet.
| virtual std::vector<unsigned int> DtStandardVariableRecordSet::recordTypes |
( |
| ) |
const |
|
virtual |
Returns a vector of all the recordTypes.
Note the indices match that of records() Also if any records are malformed or NULL, then 0 is default value for record type.
| virtual void DtStandardVariableRecordSet::removeRecord |
( |
unsigned int |
index | ) |
|
|
virtual |
Removes a record.
Also this decrements the number of records. Note the index must be between 0 and numberOfRecords - 1 If the index is not in this range, nothing will happen
Member Data Documentation
The documentation for this class was generated from the following file: