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 integer data structure. More...

+ Collaboration diagram for DtLEInt64:

Classes

union  TempLayout
 Used to Swap Longs. More...

Public Member Functions

 DtLEInt64 ()
 DtLEInt64 (const DtInt64 &f)
 DtLEInt64 (const DtLEInt64 &f)
DtLEInt64operator= (const DtLEInt64 &other)
DtLEInt64operator= (const DtInt64 &other)
 operator DtInt64 () const

Public Attributes

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

Detailed Description

A little endian byte aligned 64 integer data structure.

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

See Also
DtSetNetworkByteOrdering

Constructor & Destructor Documentation

DtLEInt64::DtLEInt64 ( )
inline
DtLEInt64::DtLEInt64 ( const DtInt64 f)
inline
DtLEInt64::DtLEInt64 ( const DtLEInt64 f)
inline

Member Function Documentation

DtLEInt64::operator DtInt64 ( ) const
inline
DtLEInt64& DtLEInt64::operator= ( const DtLEInt64 other)
inline
DtLEInt64& DtLEInt64::operator= ( const DtInt64 other)
inline

Member Data Documentation

DtLEInt32 DtLEInt64::lslong

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

DtLEInt32 DtLEInt64::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 Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)