#include <exceptions.hpp>
Definition at line 81 of file exceptions.hpp.
boost::io::out_of_range::out_of_range |
( |
int |
index, |
|
|
int |
beg, |
|
|
int |
end |
|
) |
| |
|
inline |
int boost::io::out_of_range::get_beg |
( |
| ) |
const |
|
inline |
int boost::io::out_of_range::get_end |
( |
| ) |
const |
|
inline |
int boost::io::out_of_range::get_index |
( |
| ) |
const |
|
inline |
virtual const char* boost::io::out_of_range::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
int boost::io::out_of_range::beg_ |
|
private |
int boost::io::out_of_range::end_ |
|
private |
int boost::io::out_of_range::index_ |
|
private |
The documentation for this class was generated from the following file: