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)
 
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
 
bool operator> (const Int128 &val) const
 
bool operator>= (const Int128 &val) const
 

Constructor & Destructor Documentation

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

Member Function Documentation

double ClipperLib::Int128::AsDouble ( ) const
inline
bool ClipperLib::Int128::operator!= ( const Int128 val) const
inline
Int128 ClipperLib::Int128::operator* ( const Int128 rhs) const
inline
Int128 ClipperLib::Int128::operator+ ( const Int128 rhs) const
inline
Int128& ClipperLib::Int128::operator+= ( const Int128 rhs)
inline
Int128 ClipperLib::Int128::operator- ( const Int128 rhs) const
inline
Int128& ClipperLib::Int128::operator-= ( const Int128 rhs)
inline
Int128 ClipperLib::Int128::operator/ ( const Int128 rhs) const
inline
bool ClipperLib::Int128::operator< ( const Int128 val) const
inline
bool ClipperLib::Int128::operator<= ( const Int128 val) const
inline
long64 ClipperLib::Int128::operator= ( const long64 val)
inline
bool ClipperLib::Int128::operator== ( const Int128 val) const
inline
bool ClipperLib::Int128::operator> ( const Int128 val) const
inline
bool ClipperLib::Int128::operator>= ( const Int128 val) const
inline

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