Go to the documentation of this file.
21 #ifndef mia_core_file_hh
22 #define mia_core_file_hh
54 CFile(
const std::string& filename,
bool from_stdio,
bool write);
63 bool operator ! ()const;
94 CInputFile(
const std::string& filename,
bool from_stdin);
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
CFile(const std::string &filename, bool from_stdio, bool write)
#define NS_MIA_END
conveniance define to end the mia namespace
COutputFile(const std::string &filename, bool from_stdin)
FILE * PFILE
Main namespace of this library.
#define EXPORT_CORE
Macro to manage Visual C++ style dllimport/dllexport.
COutputFile(const std::string &filename)
class EXPORT_CORE CMeans private
A stdio FILE for opening a file for writing.
A wrapper for the cstdio file type that closes the file automatically when the scope is left.