|
C(++)ECCO
C++ Error Control COding: a header-only library for ECC simulations and experiments, modeling complete coding systems across arbitrary finite fields and complex inter-field relationships - Christian Senger <senger@inue.uni-stuttgart.de>
|
This is the complete list of members for InfInt, including all inherited members.
| digitAt(size_t i) const | InfInt | inline |
| InfInt() | InfInt | inline |
| InfInt(const char *c) | InfInt | inline |
| InfInt(const std::string &s) | InfInt | inline |
| InfInt(int l) | InfInt | inline |
| InfInt(long l) | InfInt | inline |
| InfInt(long long l) | InfInt | inline |
| InfInt(unsigned int l) | InfInt | inline |
| InfInt(unsigned long l) | InfInt | inline |
| InfInt(unsigned long long l) | InfInt | inline |
| InfInt(const InfInt &l) | InfInt | inline |
| intSqrt() const | InfInt | inline |
| numberOfDigits() const | InfInt | inline |
| operator!=(const InfInt &rhs) const | InfInt | inline |
| operator%(const InfInt &rhs) const | InfInt | inline |
| operator%=(const InfInt &rhs) | InfInt | inline |
| operator*(const InfInt &rhs) const | InfInt | inline |
| operator*(ELEM_TYPE rhs) const | InfInt | inline |
| operator*=(const InfInt &rhs) | InfInt | inline |
| operator*=(ELEM_TYPE rhs) | InfInt | inline |
| operator+(const InfInt &rhs) const | InfInt | inline |
| operator++() | InfInt | inline |
| operator++(int) | InfInt | inline |
| operator+=(const InfInt &rhs) | InfInt | inline |
| operator-() const | InfInt | inline |
| operator-(const InfInt &rhs) const | InfInt | inline |
| operator--() | InfInt | inline |
| operator--(int) | InfInt | inline |
| operator-=(const InfInt &rhs) | InfInt | inline |
| operator/(const InfInt &rhs) const | InfInt | inline |
| operator/=(const InfInt &rhs) | InfInt | inline |
| operator<(const InfInt &rhs) const | InfInt | inline |
| operator<<(std::ostream &s, const InfInt &n) | InfInt | friend |
| operator<=(const InfInt &rhs) const | InfInt | inline |
| operator=(const char *c) | InfInt | inline |
| operator=(const std::string &s) | InfInt | inline |
| operator=(int l) | InfInt | inline |
| operator=(long l) | InfInt | inline |
| operator=(long long l) | InfInt | inline |
| operator=(unsigned int l) | InfInt | inline |
| operator=(unsigned long l) | InfInt | inline |
| operator=(unsigned long long l) | InfInt | inline |
| operator=(const InfInt &l) | InfInt | inline |
| operator==(const InfInt &rhs) const | InfInt | inline |
| operator>(const InfInt &rhs) const | InfInt | inline |
| operator>=(const InfInt &rhs) const | InfInt | inline |
| operator>>(std::istream &s, InfInt &val) | InfInt | friend |
| size() const | InfInt | inline |
| to_string() const | InfInt | inline |
| toInt() const | InfInt | inline |
| toLong() const | InfInt | inline |
| toLongLong() const | InfInt | inline |
| toUnsignedInt() const | InfInt | inline |
| toUnsignedLong() const | InfInt | inline |
| toUnsignedLongLong() const | InfInt | inline |