Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
throw_exception.hpp File Reference
#include <boost/container/detail/config_begin.hpp>
#include <boost/container/detail/workaround.hpp>
#include <stdexcept>
#include <new>
#include <boost/container/detail/config_end.hpp>
Include dependency graph for throw_exception.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::container
 

Functions

void boost::container::throw_bad_alloc ()
 Exception callback called by Boost.Container when fails to allocate the requested storage space. More...
 
void boost::container::throw_out_of_range (const char *str)
 Exception callback called by Boost.Container to signal arguments out of range. More...
 
void boost::container::throw_length_error (const char *str)
 Exception callback called by Boost.Container to signal errors resizing. More...
 
void boost::container::throw_logic_error (const char *str)
 Exception callback called by Boost.Container to report errors in the internal logical of the program, such as violation of logical preconditions or class invariants. More...
 
void boost::container::throw_runtime_error (const char *str)
 Exception callback called by Boost.Container to report errors that can only be detected during runtime. More...