![]() |
VR-Forces 4.1 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtRwObjectTypeInfo |
| DtRwObjectTypeInfo holds a display name and force number along with the type enumeration. More... | |
Namespaces | |
| namespace | DtBufferSerialize |
| This namespace contains a set of utility functions for encoding and decoding various data types to/from a byte array. | |
Typedefs | |
| typedef DtRwTemplatedListPtr < DtRwObjectTypeInfo > | DtRwObjectTypeInfoList |
Functions | |
| DT_DLL_vrfutil int | DtBufferSerialize::getSize (const DtRwObjectTypeInfo &contentPtr) |
| DT_DLL_vrfutil char * | DtBufferSerialize::encode (const DtRwObjectTypeInfo &adminContentPtr, char *buffer) |
| Encodes the specified spawn data into the specified character array. | |
| DT_DLL_vrfutil const char * | DtBufferSerialize::decode (DtRwObjectTypeInfo &adminContentPtr, const char *buffer) |
| Decodes the buffer into the spawn data. | |