VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes

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

+ Collaboration diagram for DtU128:

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

DtU64 DtU128::ls64bits

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

DtU64 DtU128::ms64bits

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 Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)