|
void | __gnu_cxx::__throw_forced_error () |
|
template<typename _Tp , typename _Cond > |
bool | __gnu_cxx::operator!= (const throw_allocator_base< _Tp, _Cond > &, const throw_allocator_base< _Tp, _Cond > &) |
|
template<typename _Cond > |
throw_value_base< _Cond > | __gnu_cxx::operator* (const throw_value_base< _Cond > &__a, const throw_value_base< _Cond > &__b) |
|
template<typename _Cond > |
throw_value_base< _Cond > | __gnu_cxx::operator+ (const throw_value_base< _Cond > &__a, const throw_value_base< _Cond > &__b) |
|
template<typename _Cond > |
throw_value_base< _Cond > | __gnu_cxx::operator- (const throw_value_base< _Cond > &__a, const throw_value_base< _Cond > &__b) |
|
template<typename _Cond > |
bool | __gnu_cxx::operator< (const throw_value_base< _Cond > &__a, const throw_value_base< _Cond > &__b) |
|
std::ostream & | __gnu_cxx::operator<< (std::ostream &os, const annotate_base &__b) |
|
template<typename _Cond > |
bool | __gnu_cxx::operator== (const throw_value_base< _Cond > &__a, const throw_value_base< _Cond > &__b) |
|
template<typename _Tp , typename _Cond > |
bool | __gnu_cxx::operator== (const throw_allocator_base< _Tp, _Cond > &, const throw_allocator_base< _Tp, _Cond > &) |
|
template<typename _Cond > |
void | __gnu_cxx::swap (throw_value_base< _Cond > &__a, throw_value_base< _Cond > &__b) |
|
This file is a GNU extension to the Standard C++ Library.
Contains two exception-generating types (throw_value, throw_allocator) intended to be used as value and allocator types while testing exception safety in templatized containers and algorithms. The allocator has additional log and debug features. The exception generated is of type forced_exception_error.
Definition in file throw_allocator.h.