![]() |
rego-cpp 1.4.0
A C++ implementation of the Rego language and runtime
|
This is the complete list of members for rego::BigInt, including all inherited members.
| abs() const | rego::BigInt | |
| BigInt() | rego::BigInt | |
| BigInt(const Location &value) | rego::BigInt | |
| BigInt(std::int64_t value) | rego::BigInt | |
| decrement() const | rego::BigInt | |
| increment() const | rego::BigInt | |
| is_int(const Location &loc) | rego::BigInt | static |
| is_negative() const | rego::BigInt | |
| is_zero() const | rego::BigInt | |
| loc() const | rego::BigInt | |
| negate() const | rego::BigInt | |
| operator!= | rego::BigInt | friend |
| operator% | rego::BigInt | friend |
| operator* | rego::BigInt | friend |
| operator+ | rego::BigInt | friend |
| operator- | rego::BigInt | friend |
| operator/ | rego::BigInt | friend |
| operator< | rego::BigInt | friend |
| operator<< | rego::BigInt | friend |
| operator<= | rego::BigInt | friend |
| operator== | rego::BigInt | friend |
| operator> | rego::BigInt | friend |
| operator>= | rego::BigInt | friend |
| to_int() const | rego::BigInt | |
| to_size() const | rego::BigInt |