Tesseract
3.02
|
Public Member Functions | |
WordOutputter (FILE *file) | |
void | output_word (const char *word) |
Definition at line 45 of file dawg2wordlist.cpp.
WordOutputter::WordOutputter | ( | FILE * | file | ) | [inline] |
Definition at line 47 of file dawg2wordlist.cpp.
: file_(file) {}
void WordOutputter::output_word | ( | const char * | word | ) | [inline] |
Definition at line 48 of file dawg2wordlist.cpp.
{ fprintf(file_, "%s\n", word); }