problemscpp
A collection of my answers to algorithm problems in c++.
|
成员的完整列表,这些成员属于 BigInt,包括所有继承而来的类成员
BigInt(const vector< unsigned short > &vec, bool positive) | BigInt | private |
BigInt(short n) | BigInt | |
BigInt(int n) | BigInt | |
BigInt(long n) | BigInt | |
BigInt(long long n) | BigInt | |
BigInt(unsigned short n) | BigInt | |
BigInt(unsigned int n) | BigInt | |
BigInt(unsigned long n) | BigInt | |
BigInt(unsigned long long n) | BigInt | |
BigInt(const string &str) | BigInt | |
BigInt(const char *str) | BigInt | |
BigInt(const BigInt &bi) | BigInt | |
BigInt() | BigInt | |
get_size() const | BigInt | private |
operator!=(const BigInt &bi) const | BigInt | |
operator%(const BigInt &bi) const | BigInt | |
operator%=(const BigInt &bi) | BigInt | |
operator*(unsigned short n) const | BigInt | private |
operator*(const BigInt &bi) const | BigInt | |
operator*=(const BigInt &bi) | BigInt | |
operator+(const BigInt &bi) const | BigInt | |
operator++() | BigInt | |
operator++(int) | BigInt | |
operator+=(const BigInt &bi) | BigInt | |
operator-(const BigInt &bi) const | BigInt | |
operator-() const | BigInt | |
operator--() | BigInt | |
operator--(int) | BigInt | |
operator-=(const BigInt &bi) | BigInt | |
operator/(const BigInt &bi) const | BigInt | |
operator/=(const BigInt &bi) | BigInt | |
operator<(const BigInt &bi) const | BigInt | |
operator<< | BigInt | friend |
operator<=(const BigInt &bi) const | BigInt | |
operator==(const BigInt &bi) const | BigInt | |
operator>(const BigInt &bi) const | BigInt | |
operator>=(const BigInt &bi) const | BigInt | |
operator>> | BigInt | friend |
operator[](unsigned long) const | BigInt | private |
positive | BigInt | private |
vec | BigInt | private |