|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| out_of_range_error (const char *msg) noexcept | |
| virtual | ~out_of_range_error () |
| virtual const char * | what () const noexcept |
Private Attributes | |
| char * | m_msg |
Additional Inherited Members | |
Public Attributes inherited from __exception | |
| vtable_ptr * | vtable |
| char * | name |
| int | do_free |
| const vtable_ptr * | vtable |
| BOOL | do_free |
Definition at line 15 of file __throw_out_of_range_fmt.cpp.
Definition at line 19 of file __throw_out_of_range_fmt.cpp.
|
inlinevirtual |
Definition at line 25 of file __throw_out_of_range_fmt.cpp.
Definition at line 26 of file __throw_out_of_range_fmt.cpp.
|
private |
Definition at line 17 of file __throw_out_of_range_fmt.cpp.
Referenced by out_of_range_error(), what(), and ~out_of_range_error().