Go to the documentation of this file.
26 bool find(
const std::string &);
42 void load(
const char * filename);
45 std::stringstream stream_;
Definition: SimplestParsing.h:7
Definition: SimplestParsing.h:10
void load(const char *filename)
Opens a file and stores its content into a buffer.
virtual ~SimplestParsing(void)
bool checkIfNextString(const std::string &)
Checks if the next string in the file is a given one, if it is, the stream will be at the end of the ...
bool find(const std::string &)
looks for the string in the file (non optimized version, efficient with small files)....
std::stringstream & operator()()
returns the ifstream of the instance
bool jumpSeparators()
Jumps the blanks, tabs and all non text separators.