VR-Forces 4.1 Class Documentation
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 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.

Detailed Description

Typedef Documentation

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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)