VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
DtExtNetDiGuyAppearance Class Reference

Performs encoding/decoding of the DIGuy appearance data. More...

Public Member Functions

 DtExtNetDiGuyAppearance ()
DtExtNetDiGuyAppearanceoperator= (const DtExtNetDiGuyAppearance &orig)
int netSize () const
 Returns the size of the data when written to a network buffer.
void writeToBuffer (char *buffer) const
 Write the data to a network buffer. Assums the buffer is at least netSize() in length.
void fillFromBuffer (const char *buffer, unsigned int bufferSize)
 Fill this instance using the data from the given buffer.

Public Attributes

DtString myBody
DtString myHead
DtString myItem
std::vector< DtStringmyAccessory

Detailed Description

Performs encoding/decoding of the DIGuy appearance data.

Constructor & Destructor Documentation

DtExtNetDiGuyAppearance::DtExtNetDiGuyAppearance ( )

Member Function Documentation

DtExtNetDiGuyAppearance& DtExtNetDiGuyAppearance::operator= ( const DtExtNetDiGuyAppearance orig)
int DtExtNetDiGuyAppearance::netSize ( ) const

Returns the size of the data when written to a network buffer.

void DtExtNetDiGuyAppearance::writeToBuffer ( char buffer) const

Write the data to a network buffer. Assums the buffer is at least netSize() in length.

void DtExtNetDiGuyAppearance::fillFromBuffer ( const char buffer,
unsigned int  bufferSize 
)

Fill this instance using the data from the given buffer.

Member Data Documentation

DtString DtExtNetDiGuyAppearance::myBody
DtString DtExtNetDiGuyAppearance::myHead
DtString DtExtNetDiGuyAppearance::myItem
std::vector<DtString> DtExtNetDiGuyAppearance::myAccessory

The documentation for this class was generated from the following file:

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)