#include <RawTextParser.hpp>
Public Methods | |
| RawTextParser (int memorySize=1024 *1024) | |
| ~RawTextParser () | |
| bool | open (const std::string &fileName) |
| void | close () |
| bool | parseDocument (std::string &docName, greedy_vector< char * > &words) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
parses the next document in the filestream, returning a list of char* to words the words are stored in a character buffer within the parser, which means that if you call parseDocument again, all your old word pointers are invalid. |
1.2.18