ReactOS 0.4.15-dev-7931-gfd331f1
_range_errors.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _STLP_EXTERN_RANGE_ERRORS
 

Functions

_STLP_BEGIN_NAMESPACE void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_runtime_error (const char *__msg)
 
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_range_error (const char *__msg)
 
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_out_of_range (const char *__msg)
 
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error (const char *__msg)
 
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument (const char *__msg)
 
void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_overflow_error (const char *__msg)
 

Macro Definition Documentation

◆ _STLP_EXTERN_RANGE_ERRORS

#define _STLP_EXTERN_RANGE_ERRORS

Definition at line 31 of file _range_errors.h.

Function Documentation

◆ __stl_throw_invalid_argument()

void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument ( const char __msg)

Definition at line 75 of file _range_errors.c.

#define _STLP_THROW_MSG(ex, msg)
Definition: _range_errors.c:49

Referenced by bitset< _Nb >::_M_copy_from_string().

◆ __stl_throw_length_error()

◆ __stl_throw_out_of_range()

◆ __stl_throw_overflow_error()

void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_overflow_error ( const char __msg)

◆ __stl_throw_range_error()

◆ __stl_throw_runtime_error()

Definition at line 63 of file _range_errors.c.