Home | Download | Screen shots | Discussion | Documentation |
---|
A Spirit space parser appropriate for use with VRML97 and VRML-encoded X3D. More...
#include <openvrml/vrml97_grammar.h>
Public Types | |
typedef vrml97_space_parser | self_t |
Self type. | |
Public Member Functions | |
template<typename CharT > | |
bool | test (const CharT &c) const |
Test for a match. |
A Spirit space parser appropriate for use with VRML97 and VRML-encoded X3D.
openvrml::vrm97_space_parser openvrml::vrml97_space_parser::self_t |
Self type.
bool openvrml::vrml97_space_parser::test | ( | const CharT & | c | ) | const [inline] |
Test for a match.
[in] | c | a character. |
true
for whitespace characters or comma (“,”); false
otherwise.