VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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

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 charDtBufferSerialize::encode (const DtRailSegment &data, char *buffer)
 Serializes the provided value data into buffer.
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.

Detailed Description

Typedef Documentation

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

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)