Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::io::out_of_range Class Reference

#include <exceptions.hpp>

Inheritance diagram for boost::io::out_of_range:
Collaboration diagram for boost::io::out_of_range:

Public Member Functions

 out_of_range (int index, int beg, int end)
 
int get_index () const
 
int get_beg () const
 
int get_end () const
 
virtual const char * what () const throw ()
 

Constructor & Destructor Documentation

boost::io::out_of_range::out_of_range ( int  index,
int  beg,
int  end 
)
inline

Member Function Documentation

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

Reimplemented from boost::io::format_error.


The documentation for this class was generated from the following file: