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

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

Go to the source code of this file.

Typedefs

typedef Meta::list< MyPolicy,
DefaultPolicy
Policies
 

Functions

int main (int argc, char **argv)
 

Detailed Description

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 Documentation

typedef Meta::list<MyPolicy, DefaultPolicy> Policies

Definition at line 71 of file ht_wordstream.cc.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 73 of file ht_wordstream.cc.