VR-Link API Documentation for DIS
 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. More...
 
DtU64 ls64bits
 Least Significant 64 bits Used for internal storage, do not set directly. More...
 

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 Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)