Contains the internal definitions required for all XInt types. More...
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::xint |
All the types and functions of the library are within this namespace. | |
namespace | boost::xint::detail |
The items within this namespace are meant for internal use only. | |
Defines | |
#define | BOOST_XINT_CATCH catch (std::exception&) |
#define | BOOST_XINT_CATCH_BADALLOC catch (std::bad_alloc&) |
#define | BOOST_XINT_CATCH_E catch (std::exception& e) |
#define | BOOST_XINT_TRY try |
Contains the internal definitions required for all XInt types.
This file will be included by the library itself when needed.
Definition in file internals.hpp.
#define BOOST_XINT_CATCH catch (std::exception&) |
Definition at line 31 of file internals.hpp.
#define BOOST_XINT_CATCH_BADALLOC catch (std::bad_alloc&) |
Definition at line 30 of file internals.hpp.
#define BOOST_XINT_CATCH_E catch (std::exception& e) |
Definition at line 32 of file internals.hpp.
#define BOOST_XINT_TRY try |
Definition at line 29 of file internals.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)