Support Forum G3D Web Page |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License. More...
Classes | |
class | G3D::TextInput::BadMSVCSpecial |
While parsing a number of the form 1. More... | |
class | G3D::TextInput::Settings |
Tokenizer configuration options. More... | |
class | G3D::TextInput |
A simple tokenizer for parsing text files. More... | |
class | G3D::Token |
For use with TextInput. More... | |
class | G3D::TextInput::TokenException |
class | G3D::TextInput::WrongString |
String read from input did not match expected string. More... | |
class | G3D::TextInput::WrongSymbol |
class | G3D::TextInput::WrongTokenType |
Thrown by the read methods. More... | |
Namespaces | |
G3D | |
Functions | |
void | G3D::deserialize (bool &b, TextInput &ti) |
void | G3D::deserialize (int &b, TextInput &ti) |
void | G3D::deserialize (uint8 &b, TextInput &ti) |
void | G3D::deserialize (double &b, TextInput &ti) |
void | G3D::deserialize (float &b, TextInput &ti) |
void | G3D::deserialize (String &b, TextInput &ti) |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.