presage  0.9.2~beta
Functions | Variables
text2token.cpp File Reference
#include <iostream>
#include <unistd.h>
#include <getopt.h>
#include <string>
#include <assert.h>
#include "tokenizer.h"
#include "progress.h"
Include dependency graph for text2token.cpp:

Go to the source code of this file.

Functions

void printUsage ()
 
void printVersion ()
 
int main (int argc, char *argv[])
 

Variables

std::string program_name
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 41 of file text2token.cpp.

References endl(), printUsage(), printVersion(), and program_name.

Here is the call graph for this function:

◆ printUsage()

void printUsage ( )

Definition at line 147 of file text2token.cpp.

References endl(), and program_name.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ printVersion()

void printVersion ( )

Definition at line 141 of file text2token.cpp.

References endl().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ program_name

std::string program_name

Definition at line 34 of file text2token.cpp.

Referenced by main(), and printUsage().