![]() |
WebLVC 1.7d API Documentation
|
Contains the DtVariableLengthData class declaration. More...
Go to the source code of this file.
Classes | |
| class | MAKVrExchange::DtVariableLengthData |
| Represents variable length byte arrays. More... | |
Namespaces | |
| MAKVrExchange | |
Typedefs | |
| typedef std::pair< DtString, DtVariableLengthData > | MAKVrExchange::DtAttributeValuePair |
| A std::pair keyed with a DtString, and whos value is a DtVariableLengthData byte array. More... | |
| typedef std::list < DtAttributeValuePair > | MAKVrExchange::DtAttributeValuePairList |
| A list of DtAttributeValuePairs. More... | |
Functions | |
| std::ostream & | MAKVrExchange::operator<< (std::ostream &stream, const DtVariableLengthData &val) |
| Prints a DtVariableLengthData type to a stream. More... | |
| std::ostream & | MAKVrExchange::operator<< (std::ostream &stream, const DtAttributeValuePair &val) |
| Prints a DtAttributeValuePair type to a stream. More... | |
| std::ostream & | MAKVrExchange::operator<< (std::ostream &stream, const DtAttributeValuePairList &val) |
| Prints a DtAttributeValuePairList type to a stream. More... | |
Contains the DtVariableLengthData class declaration.