|
typedef std::string::size_type | size_type |
|
typedef std::map< std::string, int > | ControlToCharacterMap |
|
typedef std::map< int, std::string > | CharacterToControlMap |
|
|
| Input (const Input &) |
|
void | open (const std::string &filename) |
|
void | attach (std::istream &istream) |
|
void | readAllDataIntoBuffer () |
|
| operator bool () const |
|
size_type | currentPosition () const |
|
int | get () |
|
int | operator[] (size_type i) const |
|
void | operator++ () |
|
void | operator+= (size_type n) |
|
void | skipWhiteSpace () |
|
std::string | substr (size_type pos, size_type n=std::string::npos) |
|
size_type | find (const std::string &str) |
|
bool | match (const std::string &str) |
|
void | addControlToCharacter (const std::string &control, int c) |
|
|
ControlToCharacterMap | _controlToCharacterMap |
|
CharacterToControlMap | _characterToControlMap |
|
The documentation for this class was generated from the following file:
- /home/karlu20/private/installs/OpenSceneGraph/include/osgDB/XmlParser