VR-Link API Documentation for DIS
Public Member Functions

OMT Datatype of type Char - in network format which means Big Endian representation. More...

+ Inheritance diagram for DtCharDatatypeRep:
+ Collaboration diagram for DtCharDatatypeRep:

List of all members.

Public Member Functions

 DtCharDatatypeRep ()
 Default Constructor.
virtual ~DtCharDatatypeRep ()
 Destructor.
 DtCharDatatypeRep (const DtCharDatatypeRep &orig)
 Copy Constructor.
DtCharDatatypeRepoperator= (const DtCharDatatypeRep &rhs)
 Assignment Operator.
virtual const char * datatype () const
virtual int byteVal (const void *) const
virtual DtString stringRep (const void *ptr, int *size=0) const
virtual double numberRep (const void *ptr, int *size=0) const

Detailed Description

OMT Datatype of type Char - in network format which means Big Endian representation.


Constructor & Destructor Documentation

Default Constructor.

Destructor.

Copy Constructor.


Member Function Documentation

virtual int DtCharDatatypeRep::byteVal ( const void *  ) const [virtual]
Returns:
the int val of this item
virtual const char* DtCharDatatypeRep::datatype ( ) const [virtual]
Returns:
"byte"

Implements DtDatatypeRep.

virtual double DtCharDatatypeRep::numberRep ( const void *  ptr,
int *  size = 0 
) const [virtual]
Returns:
the number version of the byte stream

Implements DtNumberDatatypeRep.

DtCharDatatypeRep& DtCharDatatypeRep::operator= ( const DtCharDatatypeRep rhs)

Assignment Operator.

virtual DtString DtCharDatatypeRep::stringRep ( const void *  ptr,
int *  size = 0 
) const [virtual]
Returns:
an exact copy of the byte stream

Implements DtDatatypeRep.


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)