Home | Download | Screen shots | Discussion | Documentation |
---|
#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. |
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.