15 #ifdef DtUSE_UTILITIES_NAMESPACE
16 namespace DtUSE_UTILITIES_NAMESPACE
39 inline DtU128& operator++();
40 inline DtU128 operator++(
int unused);
41 inline DtU128& operator--();
42 inline DtU128 operator--(
int unused);
56 #ifdef DtUSE_UTILITIES_NAMESPACE
61 #define vlUtilTypes_inl
62 #include "vlUtilTypes.inl"
63 #undef vlUtilTypes_inl
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
A Host byte aligned 128 unsigned integer data structure.
Definition: vlUtilTypes.h:23
DtU64 ms64bits
Used for internal storage, do not set directly.
Definition: vlUtilTypes.h:29
DtU64 ls64bits
Least Significant 64 bits Used for internal storage, do not set directly.
Definition: vlUtilTypes.h:33
DtVector operator+(const DtVector &v1, const DtVector &v2)
implements v1 + v2
std::ostream & operator<<(std::ostream &os, const Dt3dChord &chord)
unsigned long long DtU64
-------—— Network Layout for a long long (64 bytes unsigned)
Definition: vlMachineTypes.h:185
const DtU128 operator&(const DtU128 &lhs, const DtU128 &rhs)
DtVector operator-(const DtVector &v1, const DtVector &v2)
implemented v1 - v2
const bool 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)
This file contains typedefs for machine dependant types.
const bool operator>(const DtU128 &lhs, const DtU128 &rhs)
#define DT_DLL_VLUTIL
Definition: vlMachineTypes.h:109