tesseract  4.0.0-1-g2a2b
WordOutputter Class Reference

Public Member Functions

 WordOutputter (FILE *file)
 
void output_word (const char *word)
 

Detailed Description

Definition at line 48 of file dawg2wordlist.cpp.

Constructor & Destructor Documentation

◆ WordOutputter()

WordOutputter::WordOutputter ( FILE *  file)
inline

Definition at line 50 of file dawg2wordlist.cpp.

50 : file_(file) {}

Member Function Documentation

◆ output_word()

void WordOutputter::output_word ( const char *  word)
inline

Definition at line 51 of file dawg2wordlist.cpp.

51 { fprintf(file_, "%s\n", word); }

The documentation for this class was generated from the following file: