Rule to skip VRML 2.0 comments and irrelevant input such as whitespaces. More...
#include <CommentSkipper.hpp>
Public Member Functions | |
CommentSkipper () | |
Rule for VRML 2.0 comments and whitespaces. | |
Public Attributes | |
boost::spirit::qi::rule< const char * > | singleLineComment |
boost::spirit::qi::rule< const char * > | start |
Rule to skip VRML 2.0 comments and irrelevant input such as whitespaces.
Modelled for const char* Iterator type.
|
inline |
Rule for VRML 2.0 comments and whitespaces.