openvrml::vrml97_grammar< Actions, ErrorHandler > Struct Template Reference

A Spirit grammar for parsing VRML97. More...

#include <openvrml/vrml97_grammar.h>

Classes

struct  definition
 VRML97 grammar definition. More...

Detailed Description

template<typename Actions = null_vrml97_parse_actions, typename ErrorHandler = vrml97_parse_error_handler>
struct openvrml::vrml97_grammar< Actions, ErrorHandler >

A Spirit grammar for parsing VRML97.

Examples:
pretty_print.cpp.