rego-cpp 0.4.5
A C++ implementation of the Rego language and runtime
Loading...
Searching...
No Matches
rego::BigInt Member List

This is the complete list of members for rego::BigInt, including all inherited members.

BigInt() (defined in rego::BigInt)rego::BigInt
BigInt(const Location &value) (defined in rego::BigInt)rego::BigInt
BigInt(std::int64_t value) (defined in rego::BigInt)rego::BigInt
BigInt(std::size_t value) (defined in rego::BigInt)rego::BigInt
decrement() const (defined in rego::BigInt)rego::BigInt
increment() const (defined in rego::BigInt)rego::BigInt
is_int(const Location &loc) (defined in rego::BigInt)rego::BigIntstatic
is_negative() const (defined in rego::BigInt)rego::BigInt
is_zero() const (defined in rego::BigInt)rego::BigInt
loc() const (defined in rego::BigInt)rego::BigInt
negate() const (defined in rego::BigInt)rego::BigInt
operator!= (defined in rego::BigInt)rego::BigIntfriend
operator% (defined in rego::BigInt)rego::BigIntfriend
operator* (defined in rego::BigInt)rego::BigIntfriend
operator+ (defined in rego::BigInt)rego::BigIntfriend
operator- (defined in rego::BigInt)rego::BigIntfriend
operator/ (defined in rego::BigInt)rego::BigIntfriend
operator< (defined in rego::BigInt)rego::BigIntfriend
operator<< (defined in rego::BigInt)rego::BigIntfriend
operator<= (defined in rego::BigInt)rego::BigIntfriend
operator== (defined in rego::BigInt)rego::BigIntfriend
operator> (defined in rego::BigInt)rego::BigIntfriend
operator>= (defined in rego::BigInt)rego::BigIntfriend
to_int() const (defined in rego::BigInt)rego::BigInt
to_size() const (defined in rego::BigInt)rego::BigInt