CFx SDK Documentation  2022 SP0
Public Member Functions | List of all members
OdUInt64 Class Reference

#include <Int64.h>

Inheritance diagram for OdUInt64:
OdInt64

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
 
OdUInt64operator>>= (int n)
 
- Public Member Functions inherited from OdInt64
OdInt64operator= (const OdInt64 &n)
 
OdInt64operator= (int n)
 
 OdInt64 ()
 
 OdInt64 (int n)
 
 OdInt64 (const OdInt64 &n)
 
OdInt64operator+= (const OdInt64 &n)
 
OdInt64 operator+ (const OdInt64 &n) const
 
OdInt64operator-= (const OdInt64 n)
 
OdInt64 operator- (const OdInt64 &n) const
 
OdInt64 operator/ (const OdInt32 &n) const
 
OdInt64operator/= (const OdInt32 &n)
 
OdUInt32 operator% (OdUInt32 n) const
 
OdInt64operator++ ()
 
OdInt64 operator++ (int)
 
OdInt64operator-- ()
 
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
 
OdInt64operator>>= (int n)
 
OdInt64operator<<= (int n)
 
OdInt64 operator>> (int n) const
 
OdInt64 operator<< (int n) const
 
OdInt64 operator| (const OdInt64 &n)
 
OdInt64operator|= (const OdInt64 &n)
 

Additional Inherited Members

- Protected Attributes inherited from OdInt64
OdUInt32 low
 
OdInt32 hi
 

Detailed Description

This class represents unsigned 64-bit integers..

<group Other_Classes>

Definition at line 136 of file Int64.h.

Constructor & Destructor Documentation

◆ OdUInt64() [1/4]

OdUInt64::OdUInt64 ( )
inline

Definition at line 139 of file Int64.h.

◆ OdUInt64() [2/4]

OdUInt64::OdUInt64 ( int  n)
inline

Definition at line 140 of file Int64.h.

◆ OdUInt64() [3/4]

OdUInt64::OdUInt64 ( const OdInt64 n)
inline

Definition at line 141 of file Int64.h.

◆ OdUInt64() [4/4]

OdUInt64::OdUInt64 ( const OdUInt64 n)
inline

Definition at line 142 of file Int64.h.

Member Function Documentation

◆ operator<() [1/2]

bool OdUInt64::operator< ( const OdUInt64 n) const
inline

Definition at line 151 of file Int64.h.

◆ operator<() [2/2]

bool OdUInt64::operator< ( int  n) const
inline

Definition at line 156 of file Int64.h.

◆ operator>() [1/2]

bool OdUInt64::operator> ( const OdUInt64 n) const
inline

Definition at line 144 of file Int64.h.

◆ operator>() [2/2]

bool OdUInt64::operator> ( int  n) const
inline

Definition at line 155 of file Int64.h.

◆ operator>>()

OdUInt64 OdUInt64::operator>> ( int  n) const
inline

Definition at line 158 of file Int64.h.

◆ operator>>=()

OdUInt64& OdUInt64::operator>>= ( int  n)

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