VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
railSegment.h File Reference

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

 DtBufferSerialize
 Set of utility functions for encoding and decoding various data types to 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. More...
 
DT_DLL_vrfutil charDtBufferSerialize::encode (const DtRailSegment &data, char *buffer)
 Serializes the provided value data into buffer. More...
 
DT_DLL_vrfutil const charDtBufferSerialize::decode (DtRailSegment &data, const char *buffer)
 Decodes a value from buffer and places the result in data of the type specified by data. More...
 

Typedef Documentation

typedef std::list<DtRailSegment *> DtRailSegmentList
typedef DtRailSegmentList::iterator DtRailSegmentListIterator
typedef DtRailSegmentList::const_iterator DtRailSegmentListConstIterator

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)