Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
boost::xint::base_divide_t< T >Holds the results from a division-with-remainder call
boost::xint::default_random_generatorA convenience class for general-purpose (insecure) random numbers
boost::xint::exceptions::cannot_represent
boost::xint::exceptions::divide_by_zero
boost::xint::exceptions::invalid_argument
boost::xint::exceptions::invalid_base
boost::xint::exceptions::invalid_digit
boost::xint::exceptions::invalid_modulus
boost::xint::exceptions::no_strong_random
boost::xint::exceptions::not_a_number
boost::xint::exceptions::overflow_error
boost::xint::exceptions::too_big
boost::xint::integer_t<>The integer_t class template
boost::xint::options::copy_on_writeAllows faster operations, at a price
boost::xint::options::fixedlength< Bits >Make fixed-length integers
boost::xint::options::negative_absoluteCreates an integer type that forces any negative number to its absolute value
boost::xint::options::negative_allowedCreates a signed integer type
boost::xint::options::negative_exceptionCreates an integer type that considers unsigned values invalid
boost::xint::options::negative_modulusMake a fixedlength integer wrap like a built-in unsigned type
boost::xint::options::negative_not_allowedCreates an unsigned integer with the most common negative-value handling
boost::xint::options::negative_zeroCreates an integer type that forces any negative number to zero
boost::xint::options::nothrowDisables exceptions from the library
boost::xint::options::secureZeros memory before deallocating
boost::xint::options::threadsafeEnsures that the integer_t objects can be safely used by multiple threads
disable_boost_rv_ref< T >

© Copyright Chad Nelson, 2010-2011. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)