physical::parser::parser_exception Struct Reference

#include <parser.hpp>

List of all members.

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


Detailed Description

Definition at line 26 of file parser.hpp.


Constructor & Destructor Documentation

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       { };


Member Data Documentation

std::size_t physical::parser::parser_exception::sucessfully_parsed_up_to

Definition at line 27 of file parser.hpp.

Referenced by try_to_parse().

std::string physical::parser::parser_exception::string_to_parse

Definition at line 28 of file parser.hpp.

Referenced by try_to_parse().


The documentation for this struct was generated from the following files:
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by  doxygen 1.5.1-p1
hosted on SourceForge.net Logo