, including all inherited members.
| divide_t typedef | boost::xint::integer_t<> | |
| factorial(std::size_t n) | boost::xint::integer_t<> | [static] |
| hex_digits() const | boost::xint::integer_t<> | |
| integer_t() | boost::xint::integer_t<> | |
| integer_t(const integer_t<...> &b, bool force_thread_safety=false) | boost::xint::integer_t<> | |
| integer_t(BOOST_XINT_RV_REF(type) b) | boost::xint::integer_t<> | [inline] |
| integer_t(const charT *str, std::size_t base=10) | boost::xint::integer_t<> | [explicit] |
| integer_t(const charT *str, const charT *&endptr, std::size_t base=10) | boost::xint::integer_t<> | |
| integer_t(const std::basic_string< charT, traitsT, allocT > &str, std::size_t base=10) | boost::xint::integer_t<> | [explicit] |
| integer_t(const xint::binary_t b, bitsize_t bits=0) | boost::xint::integer_t<> | [explicit] |
| integer_t(const integer_t< other > &other, bool force_thread_safety=false) | boost::xint::integer_t<> | [explicit] |
| integer_t(const Type n, typename boost::enable_if< boost::is_integral< Type > >::type *=0) | boost::xint::integer_t<> | |
| is_even() const | boost::xint::integer_t<> | |
| is_nan() const | boost::xint::integer_t<> | |
| is_odd() const | boost::xint::integer_t<> | |
| nan() | boost::xint::integer_t<> | [static] |
| operator safe_bool_type() const | boost::xint::integer_t<> | [inline] |
| operator!() const | boost::xint::integer_t<> | [inline] |
| operator%=(const integer_t<...> b) | boost::xint::integer_t<> | |
| operator&=(const integer_t<...> n) | boost::xint::integer_t<> | |
| operator*=(const integer_t<...> b) | boost::xint::integer_t<> | |
| operator+() | boost::xint::integer_t<> | [inline] |
| operator+() const | boost::xint::integer_t<> | [inline] |
| operator++() | boost::xint::integer_t<> | |
| operator++(int) | boost::xint::integer_t<> | |
| operator+=(const integer_t<...> b) | boost::xint::integer_t<> | |
| operator-() const | boost::xint::integer_t<> | |
| operator--() | boost::xint::integer_t<> | |
| operator--(int) | boost::xint::integer_t<> | |
| operator-=(const integer_t<...> b) | boost::xint::integer_t<> | |
| operator/=(const integer_t<...> b) | boost::xint::integer_t<> | |
| operator<<(bitsize_t shift) const | boost::xint::integer_t<> | |
| operator<<=(bitsize_t shift) | boost::xint::integer_t<> | |
| operator=(BOOST_XINT_COPY_ASSIGN_REF(type) c) | boost::xint::integer_t<> | |
| operator=(BOOST_XINT_RV_REF(type) c) | boost::xint::integer_t<> | [inline] |
| operator=(const Type n) | boost::xint::integer_t<> | [inline] |
| operator>>(bitsize_t shift) const | boost::xint::integer_t<> | |
| operator>>=(bitsize_t shift) | boost::xint::integer_t<> | |
| operator^=(const integer_t<...> n) | boost::xint::integer_t<> | |
| operator|=(const integer_t<...> n) | boost::xint::integer_t<> | |
| operator~() const | boost::xint::integer_t<> | |
| pow2(std::size_t exponent) | boost::xint::integer_t<> | [static] |
| random_by_size(Type &gen, bitsize_t size_in_bits, bool high_bit_on=false, bool low_bit_on=false, bool can_be_negative=false) | boost::xint::integer_t<> | [static] |
| random_prime(Type &gen, bitsize_t size_in_bits, callback_t callback=no_callback) | boost::xint::integer_t<> | [static] |
| sign(bool signed_zero=false) const | boost::xint::integer_t<> | |