Home | Download | Screen shots | Discussion | Documentation |
---|
std::ostream
.
More...
#include <openvrml/vrml97_grammar.h>
Public Member Functions | |
vrml97_parse_error_handler (std::ostream &out=std::cerr) | |
Construct. | |
template<typename ScannerT , typename ErrorT > | |
boost::spirit::classic::error_status | operator() (const ScannerT &scan, const ErrorT &err) const |
Handle a parser error. | |
Private Attributes | |
std::ostream & | out_ |
Output stream. |
std::ostream
.
rotation_axis_not_normalized
is treated as a warning. All other vrml_parse_errors
are treated as errors.
openvrml::vrml97_parse_error_handler::vrml97_parse_error_handler | ( | std::ostream & | out = std::cerr |
) | [inline, explicit] |
Construct.
[in] | out | output stream. |
boost::spirit::error_status<> openvrml::vrml97_parse_error_handler::operator() | ( | const ScannerT & | scan, | |
const ErrorT & | err | |||
) | const [inline] |
Handle a parser error.
[in] | scan | the scanner. |
[in] | err | a boost::spirit::parser_error . |
std::ostream & openvrml::vrml97_parse_error_handler::out_ [private] |
Output stream.
For internal use only.