![]() |
VR-Forces 4.3 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtRwTemplatedListPtr< T, T_autoDelete > |
| A version of DtRwList that contains a homogeneous list of a templated RW type. More... | |
| class | DtRwTemplatedStringList |
| class | DtRwTemplatedIntList |
| class | DtRwTemplatedRealList |
Namespaces | |
| namespace | DtBufferSerialize |
| This namespace contains a set of utility functions for encoding and decoding various data types to/from a byte array. | |
Functions | |
| template<typename T , bool T_autoDelete> | |
| int | DtBufferSerialize::getSize (const DtRwTemplatedListPtr< T, T_autoDelete > &val) |
| template<typename T , bool T_autoDelete> | |
| char * | DtBufferSerialize::encode (const DtRwTemplatedListPtr< T, T_autoDelete > &val, char *buffer) |
| Encodes the list into the buffer. | |
| template<typename T , bool T_autoDelete> | |
| const char * | DtBufferSerialize::decode (DtRwTemplatedListPtr< T, T_autoDelete > &val, const char *buffer) |
| Decodes a list from buffer. | |