![]() |
VR-Link API Documentation for HLA 1.3
|
Go to the source code of this file.
Classes | |
| class | DtU128 |
| A Host byte aligned 128 unsigned integer data structure. More... | |
Macros | |
| #define | vlUtilTypes_inl |
| Include inline definitions. More... | |
Functions | |
| const DtU128 | operator+ (const DtU128 &lhs, const DtU128 &rhs) |
| const DtU128 | operator- (const DtU128 &lhs, const DtU128 &rhs) |
| const DtU128 | operator| (const DtU128 &lhs, const DtU128 &rhs) |
| const DtU128 | operator& (const DtU128 &lhs, const DtU128 &rhs) |
| const bool | operator== (const DtU128 &lhs, const DtU128 &rhs) |
| const bool | operator!= (const DtU128 &lhs, const DtU128 &rhs) |
| const bool | operator< (const DtU128 &lhs, const DtU128 &rhs) |
| const bool | operator> (const DtU128 &lhs, const DtU128 &rhs) |
| std::ostream & | operator<< (std::ostream &ostr, const DtU128 &val) |
| #define vlUtilTypes_inl |
Include inline definitions.
|
inline |