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. | |
![]() | |
boost::spirit::qi::rule< Iterator, bool(), Skipper > const & | GetStartRule () const |
Additional Inherited Members | |
![]() | |
bool | HasError () const |
void | SetError (bool value) |
![]() | |
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). |