Assimp  v3.1.1 (June 2014)
ClipperLib::Int128 Class Reference

Public Member Functions

double AsDouble () const
 
 Int128 (long64 _lo=0)
 
 Int128 (const Int128 &val)
 
bool operator != (const Int128 &val) const
 
Int128 operator * (const Int128 &rhs) const
 
Int128 operator - (const Int128 &rhs) const
 
Int128operator -= (const Int128 &rhs)
 
bool operator > (const Int128 &val) const
 
bool operator >= (const Int128 &val) const
 
Int128 operator+ (const Int128 &rhs) const
 
Int128operator+= (const Int128 &rhs)
 
Int128 operator/ (const Int128 &rhs) const
 
bool operator< (const Int128 &val) const
 
bool operator<= (const Int128 &val) const
 
long64 operator= (const long64 &val)
 
bool operator== (const Int128 &val) const
 

Constructor & Destructor Documentation

◆ Int128() [1/2]

ClipperLib::Int128::Int128 ( long64  _lo = 0)
inline

◆ Int128() [2/2]

ClipperLib::Int128::Int128 ( const Int128 val)
inline

Member Function Documentation

◆ AsDouble()

double ClipperLib::Int128::AsDouble ( ) const
inline

◆ operator !=()

bool ClipperLib::Int128::operator != ( const Int128 val) const
inline

◆ operator *()

Int128 ClipperLib::Int128::operator * ( const Int128 rhs) const
inline

◆ operator -()

Int128 ClipperLib::Int128::operator - ( const Int128 rhs) const
inline

◆ operator -=()

Int128& ClipperLib::Int128::operator -= ( const Int128 rhs)
inline

◆ operator >()

bool ClipperLib::Int128::operator > ( const Int128 val) const
inline

◆ operator >=()

bool ClipperLib::Int128::operator >= ( const Int128 val) const
inline

◆ operator+()

Int128 ClipperLib::Int128::operator+ ( const Int128 rhs) const
inline

◆ operator+=()

Int128& ClipperLib::Int128::operator+= ( const Int128 rhs)
inline

◆ operator/()

Int128 ClipperLib::Int128::operator/ ( const Int128 rhs) const
inline

◆ operator<()

bool ClipperLib::Int128::operator< ( const Int128 val) const
inline

◆ operator<=()

bool ClipperLib::Int128::operator<= ( const Int128 val) const
inline

◆ operator=()

long64 ClipperLib::Int128::operator= ( const long64 val)
inline

◆ operator==()

bool ClipperLib::Int128::operator== ( const Int128 val) const
inline

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