|
presage
0.9.2~beta
|
#include <iostream>#include <unistd.h>#include <getopt.h>#include <string>#include <assert.h>#include "tokenizer.h"#include "progress.h"
Go to the source code of this file.
Functions | |
| void | printUsage () |
| void | printVersion () |
| int | main (int argc, char *argv[]) |
Variables | |
| std::string | program_name |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 41 of file text2token.cpp.
References endl(), printUsage(), printVersion(), and program_name.

| void printUsage | ( | ) |
Definition at line 147 of file text2token.cpp.
References endl(), and program_name.
Referenced by main().


| void printVersion | ( | ) |
Definition at line 141 of file text2token.cpp.
References endl().
Referenced by main().


| std::string program_name |
Definition at line 34 of file text2token.cpp.
Referenced by main(), and printUsage().
1.8.14