![]() |
VR-Forces 4.5 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtRailSegment |
| DtRailSegment are segments entities can follow when using the rail movement system. 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 std::list < DtRailSegment * > | DtRailSegmentList |
| typedef DtRailSegmentList::iterator | DtRailSegmentListIterator |
| typedef DtRailSegmentList::const_iterator | DtRailSegmentListConstIterator |
Functions | |
| DT_DLL_vrfutil int | DtBufferSerialize::getSize (const DtRailSegment &data) |
| The number of bytes required to encode the value. | |
| DT_DLL_vrfutil char * | DtBufferSerialize::encode (const DtRailSegment &data, char *buffer) |
| Serializes the provided value data into buffer. | |
| DT_DLL_vrfutil const char * | DtBufferSerialize::decode (DtRailSegment &data, const char *buffer) |
| Decodes a value from buffer and places the result in data of the type specified by data. | |
| typedef std::list<DtRailSegment *> DtRailSegmentList |
| typedef DtRailSegmentList::iterator DtRailSegmentListIterator |
| typedef DtRailSegmentList::const_iterator DtRailSegmentListConstIterator |