Grammar for parsing boolean values (TRUE or FALSE) in VRML 2.0 syntax.
More...
#include <BooleanGrammar.hpp>
Public Member Functions | |
| BooleanGrammar () | |
| Constructs the boolean grammar and initializes parsing rules. | |
Public Member Functions inherited from vrml_proc::parser::grammar::BaseGrammar< Iterator, bool(), Skipper > | |
| boost::spirit::qi::rule< Iterator, bool(), Skipper > const & | GetStartRule () const |
Additional Inherited Members | |
Protected Member Functions inherited from vrml_proc::parser::grammar::BaseGrammar< Iterator, bool(), Skipper > | |
| bool | HasError () const |
| void | SetError (bool value) |
Protected Attributes inherited from vrml_proc::parser::grammar::BaseGrammar< Iterator, bool(), Skipper > | |
| boost::spirit::qi::rule< Iterator, bool(), Skipper > | m_start |
Grammar for parsing boolean values (TRUE or FALSE) in VRML 2.0 syntax.
| Iterator | The iterator type used for parsing input. |
| Skipper | The skipper parser used to skip irrelevant input (e.g., whitespace). |