Public Member Functions | Private Attributes | List of all members
boost::io::out_of_range Class Reference

#include <exceptions.hpp>

Inheritance diagram for boost::io::out_of_range:
Inheritance graph
[legend]

Public Member Functions

int get_beg () const
 
int get_end () const
 
int get_index () const
 
 out_of_range (int index, int beg, int end)
 
virtual const char * what () const throw ()
 
- Public Member Functions inherited from boost::io::format_error
 format_error ()
 

Private Attributes

int beg_
 
int end_
 
int index_
 

Detailed Description

Definition at line 81 of file exceptions.hpp.

Constructor & Destructor Documentation

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

Definition at line 85 of file exceptions.hpp.

Member Function Documentation

int boost::io::out_of_range::get_beg ( ) const
inline

Definition at line 88 of file exceptions.hpp.

int boost::io::out_of_range::get_end ( ) const
inline

Definition at line 89 of file exceptions.hpp.

int boost::io::out_of_range::get_index ( ) const
inline

Definition at line 87 of file exceptions.hpp.

virtual const char* boost::io::out_of_range::what ( ) const
throw (
)
inlinevirtual

Reimplemented from boost::io::format_error.

Definition at line 90 of file exceptions.hpp.

Member Data Documentation

int boost::io::out_of_range::beg_
private

Definition at line 83 of file exceptions.hpp.

int boost::io::out_of_range::end_
private

Definition at line 83 of file exceptions.hpp.

int boost::io::out_of_range::index_
private

Definition at line 83 of file exceptions.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:34