![]() |
VR-Forces 4.10 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtStealthCommand |
| The DtStealthCommand is an instance of a stealth command and variables that are used to satisfy the stealth command. More... | |
Namespaces | |
| DtBufferSerialize | |
| Set of utility functions for encoding and decoding various data types to a byte array. | |
Typedefs | |
| typedef std::vector < DtStealthCommand > | DtStealthCommands |
Functions | |
| DT_DLL_vrfutil int | DtBufferSerialize::getSize (const DtStealthCommand &) |
| DT_DLL_vrfutil const char * | DtBufferSerialize::decode (DtStealthCommand &, const char *) |
| DT_DLL_vrfutil char * | DtBufferSerialize::encode (const DtStealthCommand &, char *) |
| typedef std::vector<DtStealthCommand> DtStealthCommands |