|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
#include <scoped.hh>
Public Member Functions | |
| scoped_FILE (std::FILE *file=NULL) | |
| ~scoped_FILE () | |
| std::FILE * | get () |
| const std::FILE * | get () const |
| void | reset (std::FILE *to=NULL) |
Private Attributes | |
| std::FILE * | file_ |
| util::scoped_FILE::scoped_FILE | ( | std::FILE * | file = NULL | ) | [explicit] |
| std::FILE* util::scoped_FILE::get | ( | ) |
| const std::FILE* util::scoped_FILE::get | ( | ) | const |
| void util::scoped_FILE::reset | ( | std::FILE * | to = NULL | ) |
std::FILE* util::scoped_FILE::file_ [private] |