Home | Download | Screen shots | Discussion | Documentation |
---|
vrml97_skip_grammar
definition.
More...
#include <openvrml/vrml97_grammar.h>
Public Types | |
typedef boost::spirit::classic::rule < ScannerT > | rule_t |
Rule type. | |
Public Member Functions | |
definition (const vrml97_skip_grammar &self) | |
Construct. | |
const rule_t & | start () const |
The start rule. | |
Public Attributes | |
rule_t | skip |
The skip rule. |
vrml97_skip_grammar
definition.
For internal use only.
boost::spirit::rule< ScannerT > openvrml::vrml97_skip_grammar::definition< ScannerT >::rule_t |
Rule type.
openvrml::vrml97_skip_grammar::definition< ScannerT >::definition | ( | const vrml97_skip_grammar & | self | ) | [inline, explicit] |
Construct.
[in] | self | a reference to the grammar. |
const vrml97_skip_grammar::definition< ScannerT >::rule_t & openvrml::vrml97_skip_grammar::definition< ScannerT >::start | ( | ) | const [inline] |
The start rule.
openvrml::vrml97_skip_grammar::definition< ScannerT >::rule_t openvrml::vrml97_skip_grammar::definition< ScannerT >::skip |
The skip rule.