VR-Link API Documentation for DIS
Public Member Functions | Public Attributes

A Host byte aligned 128 unsigned integer data structure. More...

+ Collaboration diagram for DtU128:

List of all members.

Public Member Functions

 DtU128 ()
 DtU128 (const DtU128 &f)
 DtU128 (DtU64 f)
DtU128operator= (const DtU128 &other)
DtU128operator++ ()
DtU128 operator++ (int unused)
DtU128operator-- ()
DtU128 operator-- (int unused)

Public Attributes

DtU64 ms64bits
 Used for internal storage, do not set directly.
DtU64 ls64bits
 Least Significant 64 bits Used for internal storage, do not set directly.

Detailed Description

A Host byte aligned 128 unsigned integer data structure.

See also:
DtSetNetworkByteOrdering

Constructor & Destructor Documentation

DtU128::DtU128 ( ) [inline]
DtU128::DtU128 ( const DtU128 f) [inline]
DtU128::DtU128 ( DtU64  f) [inline]

Member Function Documentation

DtU128& DtU128::operator++ ( ) [inline]
DtU128 DtU128::operator++ ( int  unused) [inline]
DtU128& DtU128::operator-- ( ) [inline]
DtU128 DtU128::operator-- ( int  unused) [inline]
DtU128& DtU128::operator= ( const DtU128 other) [inline]

Member Data Documentation

Least Significant 64 bits Used for internal storage, do not set directly.

Used for internal storage, do not set directly.

Most Significant 64 bits


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)