Application to generate word streams. More...
#include <Common/Compat.h>#include <Common/Init.h>#include <Common/Checksum.h>#include <Common/FileUtils.h>#include <Common/WordStream.h>#include <iostream>
Go to the source code of this file.
Typedefs | |
| typedef Meta::list< MyPolicy,  DefaultPolicy >  | Policies | 
Functions | |
| int | main (int argc, char **argv) | 
Application to generate word streams.
This small helper application prints word streams to stdout. The words are read from a file (default /usr/share/dict/words), shuffled and concatenated with a space (' ').
Definition in file ht_wordstream.cc.
| typedef Meta::list<MyPolicy, DefaultPolicy> Policies | 
Definition at line 71 of file ht_wordstream.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 73 of file ht_wordstream.cc.
 1.8.8