token_stream.h File Reference

#include "common/common.h"
Include dependency graph for token_stream.h:
This graph shows which files directly or indirectly include this file:

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)