0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros
WordStream.cc File Reference

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"
Include dependency graph for WordStream.cc:

Go to the source code of this file.

Macros

#define SKIP_SPACE
 

Detailed Description

A class generating a stream of words; the words are retrieved from a file and can be randomized.

Definition in file WordStream.cc.

Macro Definition Documentation

#define SKIP_SPACE
Value:
while (ptr < m_end && isspace(*ptr)) \
ptr++;

Definition at line 42 of file WordStream.cc.