#include <parser.hpp>
Public Member Functions | |
| parser_exception (const std::string &s, std::size_t n) | |
Public Attributes | |
| std::size_t | sucessfully_parsed_up_to |
| std::string | string_to_parse |
Definition at line 26 of file parser.hpp.
| physical::parser::parser_exception::parser_exception | ( | const std::string & | s, | |
| std::size_t | n | |||
| ) |
Definition at line 161 of file parser.cpp.
00162 : string_to_parse(s) 00163 , sucessfully_parsed_up_to(n) 00164 , std::runtime_error("physical parser error") 00165 { };
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by
1.5.1-p1
|
hosted on
|