|
| 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 |
|
The documentation for this class was generated from the following file:
- 3rd_party/clipper/clipper.cpp