tesseract  5.0.0-alpha-619-ge9db
WordOutputter Class Reference

Public Member Functions

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

Detailed Description

Definition at line 45 of file dawg2wordlist.cpp.

Constructor & Destructor Documentation

◆ WordOutputter()

WordOutputter::WordOutputter ( FILE *  file)
inline

Definition at line 47 of file dawg2wordlist.cpp.

47 : file_(file) {}

Member Function Documentation

◆ output_word()

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

Definition at line 48 of file dawg2wordlist.cpp.

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

The documentation for this class was generated from the following file:
file
Definition: include_gunit.h:22