The exception namespace, and exception-related functions. More...
Go to the source code of this file.
Classes | |
| class | boost::xint::exceptions::cannot_represent |
| class | boost::xint::exceptions::divide_by_zero |
| class | boost::xint::exceptions::invalid_argument |
| class | boost::xint::exceptions::invalid_base |
| class | boost::xint::exceptions::invalid_digit |
| class | boost::xint::exceptions::invalid_modulus |
| class | boost::xint::exceptions::no_strong_random |
| class | boost::xint::exceptions::not_a_number |
| class | boost::xint::exceptions::overflow_error |
| class | boost::xint::exceptions::too_big |
Namespaces | |
| namespace | boost |
| namespace | boost::xint |
All the types and functions of the library are within this namespace. | |
| namespace | boost::xint::exceptions |
Every exception the library throws is from this namespace. | |
Functions | |
| void | boost::xint::on_exception (on_exception_t fn=on_exception_t()) |
| Sets or resets the global exception handler for the library. | |
The exception namespace, and exception-related functions.
Definition in file exceptions.hpp.
© 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)