| DtVrfExtendedRecordData::DtVrfExtendedRecordData |
( |
| ) |
|
| virtual DtVrfExtendedRecordData::~DtVrfExtendedRecordData |
( |
| ) |
|
|
virtual |
| virtual void DtVrfExtendedRecordData::setExtendedData |
( |
const DtString & |
key, |
|
|
const DtString & |
value |
|
) |
| |
|
virtual |
Routines to access data in map.
| virtual void DtVrfExtendedRecordData::clearExtendedData |
( |
| ) |
|
|
virtual |
Routines to access data in map.
| virtual void DtVrfExtendedRecordData::removeExtendedData |
( |
const DtString & |
key | ) |
|
|
virtual |
Routines to access data in map.
| virtual DtString DtVrfExtendedRecordData::extendedData |
( |
const DtString & |
key | ) |
const |
|
virtual |
Routines to access data in map.
| const ExtendedData& DtVrfExtendedRecordData::extendedDataMap |
( |
| ) |
const |
|
inline |
Routines to access data in map.
| virtual void DtVrfExtendedRecordData::setExtendedDataMap |
( |
const ExtendedData & |
| ) |
|
|
virtual |
Routines to access data in map.
| bool DtVrfExtendedRecordData::isModified |
( |
| ) |
const |
|
inline |
Returns true if this extension has been modified since the last update.
| void DtVrfExtendedRecordData::setIsModified |
( |
bool |
b | ) |
|
|
inline |
| virtual int DtVrfExtendedRecordData::netRepSize |
( |
| ) |
|
|
virtual |
Returns a net rep size if this were to be put into an entire block rather than individual records.
| virtual char* DtVrfExtendedRecordData::netRep |
( |
| ) |
|
|
virtual |
Returns an entire blob of data for network transport. This class keeps this buffer so do not free.
| virtual int DtVrfExtendedRecordData::setFromNet |
( |
const char * |
| ) |
|
|
virtual |
Restores from an entire blob of data. Returns the total size read.
| virtual int DtVrfExtendedRecordData::size |
( |
const char * |
| ) |
const |
|
virtual |
Returns the size of the network rep buffer.
| virtual int DtVrfExtendedRecordData::keyLen |
( |
const char * |
| ) |
const |
|
virtual |
Returns the length of the key of the network representation.
| virtual int DtVrfExtendedRecordData::valueLen |
( |
const char * |
| ) |
const |
|
virtual |
Returns the size of the data in the network representation.
| virtual DtString DtVrfExtendedRecordData::key |
( |
const char * |
| ) |
const |
|
virtual |
Returns the key in the network representation.
| virtual DtString DtVrfExtendedRecordData::value |
( |
const char * |
| ) |
const |
|
virtual |
Returns the value in the network representation.
| virtual char* DtVrfExtendedRecordData::createNetworkRepresentation |
( |
const DtString & |
key, |
|
|
const DtString & |
value |
|
) |
| const |
|
virtual |
Creates a buffer which is the network representation and returns it. Network buffer size is the size of the key plus the size of the value + two DtNetU32 for the length of the key and data.
| virtual void DtVrfExtendedRecordData::createNetRep |
( |
| ) |
|
|
protectedvirtual |
| bool DtVrfExtendedRecordData::myIsModified |
|
protected |
| char* DtVrfExtendedRecordData::myNetRep |
|
protected |
| int DtVrfExtendedRecordData::myNetRepSize |
|
protected |
The documentation for this class was generated from the following file: