Constructor & Destructor Documentation
| DtKeyValuePair::DtKeyValuePair |
( |
| ) |
|
| DtKeyValuePair::DtKeyValuePair |
( |
const DtString & |
key, |
|
|
const DtString & |
val |
|
) |
| |
| DtKeyValuePair::~DtKeyValuePair |
( |
| ) |
|
Member Function Documentation
| virtual void DtKeyValuePair::setKey |
( |
const DtString & |
val | ) |
|
|
virtual |
| virtual const DtString& DtKeyValuePair::key |
( |
| ) |
const |
|
virtual |
| virtual void DtKeyValuePair::setValue |
( |
const DtString & |
val | ) |
|
|
virtual |
| virtual const DtString& DtKeyValuePair::value |
( |
| ) |
const |
|
virtual |
| int DtKeyValuePair::netSize |
( |
| ) |
const |
| static int DtKeyValuePair::octetBoundary |
( |
| ) |
|
|
static |
| unsigned int DtKeyValuePair::getPaddingSize |
( |
DtU64 |
byteOffset, |
|
|
unsigned int |
boundary |
|
) |
| const |
| void DtKeyValuePair::writeToBuffer |
( |
char * |
buffer | ) |
const |
| void DtKeyValuePair::fillFromBuffer |
( |
const char * |
buffer, |
|
|
int |
bufferSize, |
|
|
int |
offset |
|
) |
| |
| virtual void DtKeyValuePair::printData |
( |
| ) |
const |
|
virtual |
| virtual void DtKeyValuePair::printDataToStream |
( |
std::ostream & |
| ) |
const |
|
virtual |
Member Data Documentation
| DtString DtKeyValuePair::myKey |
|
protected |
| DtString DtKeyValuePair::myValue |
|
protected |
The documentation for this class was generated from the following file: