#include <string.h>#include "utility.h"Include dependency graph for utility.cpp:

Go to the source code of this file.
Functions | |
| void | EatNotWhite (char *&buffer) |
| void | EatWhite (char *&buffer) |
| void | RemoveAllCommentsFromBuffer (char *buffer, const int size) |
Variables | |
| static char | whiteSpace [] = " \t\x0D\x0A" |
|
|
Definition at line 6 of file utility.cpp. References whiteSpace. Referenced by VrmlMaterial::Parse(). |
|
|
||||||||||||
|
Definition at line 22 of file utility.cpp. Referenced by VrmlInline::ParseFile(), and VRML_20_Reader::Read(). |
|
|
Definition at line 4 of file utility.cpp. Referenced by EatNotWhite(), and EatWhite(). |
1.4.6-NO