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

#include <exceptions.hpp>

Inheritance diagram for boost::io::too_many_args:
Collaboration diagram for boost::io::too_many_args:

Public Member Functions

 too_many_args (std::size_t cur, std::size_t expected)
 
std::size_t get_cur () const
 
std::size_t get_expected () const
 
virtual const char * what () const throw ()
 

Constructor & Destructor Documentation

boost::io::too_many_args::too_many_args ( std::size_t  cur,
std::size_t  expected 
)
inline

Member Function Documentation

std::size_t boost::io::too_many_args::get_cur ( ) const
inline
std::size_t boost::io::too_many_args::get_expected ( ) const
inline
virtual const char* boost::io::too_many_args::what ( ) const
throw (
)
inlinevirtual

Reimplemented from boost::io::format_error.


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