#include "common/common.h"

Go to the source code of this file.
Functions | |
| void | getNextToken (IO std::istream &stream, OUT std::string &token, IN bool respect_quotes=true, IN bool *eof=NULL) |
| void | expectToken (IO std::istream &stream, IN const char *expected) |
| float | readFloat (IN std::istream &stream, IO std::string &token) |
| int | readInteger (IN std::istream &stream, IO std::string &token) |
| short | readShort (IN std::istream &stream, IO std::string &token) |
| long | readLong (IN std::istream &stream, IO std::string &token) |
1.7.1