Horizon
Loading...
Searching...
No Matches
ClipperLibKiCad::Int128 Class Reference

Public Member Functions

 Int128 (long64 _lo=0)
 Int128 (const Int128 &val)
 Int128 (const long64 &_hi, const ulong64 &_lo)
Int128 & operator= (const long64 &val)
bool operator== (const Int128 &val) const
bool operator!= (const Int128 &val) const
bool operator> (const Int128 &val) const
bool operator< (const Int128 &val) const
bool operator>= (const Int128 &val) const
bool operator<= (const Int128 &val) const
Int128 & operator+= (const Int128 &rhs)
Int128 operator+ (const Int128 &rhs) const
Int128 & operator-= (const Int128 &rhs)
Int128 operator- (const Int128 &rhs) const
Int128 operator- () const
 operator double () const

Public Attributes

ulong64 lo
long64 hi

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