Urho3D
|
This is the complete list of members for Urho3D::BigInt, including all inherited members.
BigInt() (defined in Urho3D::BigInt) | Urho3D::BigInt | |
BigInt(const String &str) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
BigInt(i32 value) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
BigInt(i64 value) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
BigInt(u32 value) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
BigInt(u64 value) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
Digit typedef | Urho3D::BigInt | |
IsNegative() const (defined in Urho3D::BigInt) | Urho3D::BigInt | inline |
IsPositive() const (defined in Urho3D::BigInt) | Urho3D::BigInt | inline |
IsZero() const (defined in Urho3D::BigInt) | Urho3D::BigInt | |
magnitude_ | Urho3D::BigInt | private |
operator!=(const BigInt &rhs) const (defined in Urho3D::BigInt) | Urho3D::BigInt | inline |
operator%(const BigInt &rhs) const | Urho3D::BigInt | |
operator%=(const BigInt &rhs) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator*(const BigInt &rhs) const (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator*=(const BigInt &rhs) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator+(const BigInt &rhs) const (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator++() | Urho3D::BigInt | inline |
operator++(int x) | Urho3D::BigInt | inline |
operator+=(const BigInt &rhs) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator-(const BigInt &rhs) const (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator-() const (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator--() | Urho3D::BigInt | inline |
operator--(int x) | Urho3D::BigInt | inline |
operator-=(const BigInt &rhs) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator/(const BigInt &rhs) const | Urho3D::BigInt | |
operator/=(const BigInt &rhs) (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator<(const BigInt &rhs) const (defined in Urho3D::BigInt) | Urho3D::BigInt | |
operator<=(const BigInt &rhs) const (defined in Urho3D::BigInt) | Urho3D::BigInt | inline |
operator==(const BigInt &rhs) const (defined in Urho3D::BigInt) | Urho3D::BigInt | inline |
operator>(const BigInt &rhs) const (defined in Urho3D::BigInt) | Urho3D::BigInt | inline |
operator>=(const BigInt &rhs) const (defined in Urho3D::BigInt) | Urho3D::BigInt | inline |
positive_ | Urho3D::BigInt | private |
ToString() const (defined in Urho3D::BigInt) | Urho3D::BigInt |