CFx SDK Documentation 2024 SP0
|
#include <Int64.h>
Public Member Functions | |
OdUInt64 () | |
OdUInt64 (int n) | |
OdUInt64 (const OdInt64 &n) | |
OdUInt64 (const OdUInt64 &n) | |
bool | operator> (const OdUInt64 &n) const |
bool | operator< (const OdUInt64 &n) const |
bool | operator> (int n) const |
bool | operator< (int n) const |
OdUInt64 | operator>> (int n) const |
OdUInt64 & | operator>>= (int n) |
Public Member Functions inherited from OdInt64 | |
OdInt64 & | operator= (const OdInt64 &n) |
OdInt64 & | operator= (int n) |
OdInt64 () | |
OdInt64 (int n) | |
OdInt64 (const OdInt64 &n) | |
OdInt64 & | operator+= (const OdInt64 &n) |
OdInt64 | operator+ (const OdInt64 &n) const |
OdInt64 & | operator-= (const OdInt64 n) |
OdInt64 | operator- (const OdInt64 &n) const |
OdInt64 | operator/ (const OdInt32 &n) const |
OdInt64 & | operator/= (const OdInt32 &n) |
OdUInt32 | operator% (OdUInt32 n) const |
OdInt64 & | operator++ () |
OdInt64 | operator++ (int) |
OdInt64 & | operator-- () |
bool | operator> (const OdInt64 &n) const |
bool | operator< (const OdInt64 &n) const |
bool | operator>= (const OdInt64 &n) const |
bool | operator<= (const OdInt64 &n) const |
bool | operator!= (const OdInt64 &n) const |
bool | operator== (const OdInt64 &n) const |
OdUInt32 | operator& (OdUInt32 mask) const |
bool | operator!= (int n) const |
bool | operator== (int n) const |
bool | operator> (int n) const |
bool | operator< (int n) const |
OdInt64 | operator- () const |
OdInt64 & | operator>>= (int n) |
OdInt64 & | operator<<= (int n) |
OdInt64 | operator>> (int n) const |
OdInt64 | operator<< (int n) const |
OdInt64 | operator| (const OdInt64 &n) |
OdInt64 & | operator|= (const OdInt64 &n) |
Additional Inherited Members | |
Protected Attributes inherited from OdInt64 | |
OdUInt32 | low |
OdInt32 | hi |
This class represents unsigned 64-bit integers..
<group Other_Classes>
OdUInt64 & OdUInt64::operator>>= | ( | int | n | ) |