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

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

#include <Common/String.h>
#include <memory>
#include <random>
#include <vector>
Include dependency graph for WordStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::WordStream
 A class generating a stream of words; the words are retrieved from a file and can be randomized. More...
 
struct  Hypertable::WordStream::word_info
 Internal structure for a single word. More...
 

Namespaces

 Hypertable
 Hypertable definitions
 

Typedefs

typedef std::shared_ptr
< WordStream > 
Hypertable::WordStreamPtr
 

Detailed Description

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

Definition in file WordStream.h.