A class generating a stream of words; the words are retrieved from a file and can be randomized. More...
#include "Common/Compat.h"#include <cctype>#include <sys/mman.h>#include "FileUtils.h"#include "Properties.h"#include "WordStream.h"
Go to the source code of this file.
Macros | |
| #define | SKIP_SPACE |
A class generating a stream of words; the words are retrieved from a file and can be randomized.
Definition in file WordStream.cc.
| #define SKIP_SPACE |
Definition at line 42 of file WordStream.cc.
1.8.8