Go to the documentation of this file.
21 #ifndef mia_core_file_hh
22 #define mia_core_file_hh
53 CFile(
const std::string& filename,
bool from_stdio,
bool write);
56 virtual ~
CFile()
throw();
62 bool operator ! ()
const;
92 CInputFile(
const std::string& filename,
bool from_stdin);
115 COutputFile(
const std::string& filename,
bool from_stdin);