A Spirit space parser appropriate for use with VRML97 and VRML-encoded X3D.
More...
#include <openvrml/vrml97_grammar.h>
Inherits char_parser< vrml97_space_parser >.
|
template<typename CharT > |
bool | test (const CharT &c) const |
| Test for a match. More...
|
|
A Spirit space parser appropriate for use with VRML97 and VRML-encoded X3D.
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.