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

Thrown when a non-hex value (0-9, A-F) encountered when decoding. More...

#include <hex.hpp>

Inheritance diagram for boost::algorithm::non_hex_input:
Collaboration diagram for boost::algorithm::non_hex_input:

Public Member Functions

template<class Tag >
void set (typename Tag::type const &)
 
template<class Tag >
Tag::type const * get () const
 

Detailed Description

Thrown when a non-hex value (0-9, A-F) encountered when decoding.

Contains the offending character

Member Function Documentation

template<class Tag >
Tag::type const * boost::exception::get ( ) const
inlineinherited
template<class Tag >
void boost::exception::set ( typename Tag::type const &  v)
inlineinherited

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