Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::place_parts::tokenizer::error Struct Reference
Inheritance diagram for nana::place_parts::tokenizer::error:
std::invalid_argument

Public Member Functions

 error (std::string what, const tokenizer &tok)
 
- Public Member Functions inherited from std::invalid_argument
invalid_argument (T...args)
 
what (T...args)
 

Public Attributes

std::string::size_type pos
 
std::string div_str
 

Detailed Description

Todo:
add member full_what and overrider what() in internal exeptions

Constructor & Destructor Documentation

nana::place_parts::tokenizer::error::error ( std::string  what,
const tokenizer tok 
)
inline

Member Data Documentation

std::string nana::place_parts::tokenizer::error::div_str
std::string::size_type nana::place_parts::tokenizer::error::pos