A Spirit space parser appropriate for use with VRML97 and VRML-encoded X3D.
More...
#include <openvrml/vrml97_grammar.h>
Public Member Functions |
template<typename CharT > |
bool | test (const CharT &c) const |
| Test for a match.
|
Detailed Description
A Spirit space parser appropriate for use with VRML97 and VRML-encoded X3D.
Member Typedef Documentation
Member Function Documentation
template<typename CharT >
bool openvrml::vrml97_space_parser::test |
( |
const CharT & |
c | ) |
const |
|
inline |
Test for a match.
- Parameters
-
- Returns
true
for whitespace characters or comma (“,”); false
otherwise.