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

A little endian byte aligned 64 unsigned integer data structure. More...

+ Collaboration diagram for DtLEU64:

Classes

union  TempLayout
 Used to Swap Longs. More...
 

Public Member Functions

 DtLEU64 ()
 
 DtLEU64 (const DtU64 &f)
 
 DtLEU64 (const DtLEU64 &f)
 
DtLEU64operator= (const DtLEU64 &other)
 
DtLEU64operator= (const DtU64 &other)
 
 operator DtU64 () const
 

Public Attributes

DtLEU32 mslong
 Used for internal storage, do not set directly. More...
 
DtLEU32 lslong
 Least Significant Long Used for internal storage, do not set directly. More...
 

Detailed Description

A little endian byte aligned 64 unsigned integer data structure.

This type is used for the code generator in VR-Link.

Constructor & Destructor Documentation

DtLEU64::DtLEU64 ( )
inline
DtLEU64::DtLEU64 ( const DtU64 f)
inline
DtLEU64::DtLEU64 ( const DtLEU64 f)
inline

Member Function Documentation

DtLEU64::operator DtU64 ( ) const
inline
DtLEU64& DtLEU64::operator= ( const DtLEU64 other)
inline
DtLEU64& DtLEU64::operator= ( const DtU64 other)
inline

Member Data Documentation

DtLEU32 DtLEU64::lslong

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

DtLEU32 DtLEU64::mslong

Used for internal storage, do not set directly.

Most Significant Long


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

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)