Represents a grammar for parsing identifer as defined in VRML 2.0 specification. More...
#include <IdentifierGrammar.hpp>
Public Member Functions | |
IdentifierGrammar () | |
Constructs the identifier grammar and initializes parsing rules. | |
![]() | |
boost::spirit::qi::rule< Iterator, std::string(), Skipper > const & | GetStartRule () const |
Additional Inherited Members | |
![]() | |
bool | HasError () const |
void | SetError (bool value) |
![]() | |
boost::spirit::qi::rule< Iterator, std::string(), Skipper > | m_start |
Represents a grammar for parsing identifer as defined in VRML 2.0 specification.
Iterator | The iterator type used for parsing input. |
Skipper | The skipper parser used to skip irrelevant input (e.g., whitespace). |