ReactOS 0.4.16-dev-753-g705a985
|
Go to the source code of this file.
Macros | |
#define | _STLP_EXTERN_RANGE_ERRORS |
#define _STLP_EXTERN_RANGE_ERRORS |
Definition at line 31 of file _range_errors.h.
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument | ( | const char * | __msg | ) |
Definition at line 75 of file _range_errors.c.
Referenced by bitset< _Nb >::_M_copy_from_string().
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error | ( | const char * | __msg | ) |
Definition at line 72 of file _range_errors.c.
Referenced by _String_base< _Tp, _Alloc >::_M_throw_length_error(), _Vector_base< _Tp, _Alloc >::_M_throw_length_error(), and __BVECTOR_QUALIFIED::reserve().
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_out_of_range | ( | const char * | __msg | ) |
Definition at line 69 of file _range_errors.c.
Referenced by deque< _Tp, >::_M_range_check(), rope< _CharT, _Alloc >::_M_throw_out_of_range(), _String_base< _Tp, _Alloc >::_M_throw_out_of_range(), _Vector_base< _Tp, _Alloc >::_M_throw_out_of_range(), bitset< _Nb >::bitset(), bitset< _Nb >::flip(), bitset< _Nb >::reset(), bitset< _Nb >::set(), and bitset< _Nb >::test().
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_overflow_error | ( | const char * | __msg | ) |
Definition at line 78 of file _range_errors.c.
Referenced by _Base_bitset< _Nw >::_M_do_to_ulong(), and _Slist_sort().
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_range_error | ( | const char * | __msg | ) |
Definition at line 66 of file _range_errors.c.
Referenced by __BVECTOR_QUALIFIED::_M_range_check(), and rope< _CharT, _Alloc >::_S_balance().
_STLP_BEGIN_NAMESPACE void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_runtime_error | ( | const char * | __msg | ) |
Definition at line 63 of file _range_errors.c.