#include <export_idtf.h>
Public Member Functions | |
Output_File (const std::string &file) | |
void | write (unsigned int tabl, const std::string &st) |
~Output_File () | |
Private Attributes | |
std::ofstream | _file |
std::string | _tab |
Definition at line 55 of file export_idtf.h.
Output_File::Output_File | ( | const std::string & | file | ) | [inline] |
Definition at line 58 of file export_idtf.h.
Output_File::~Output_File | ( | ) | [inline] |
Definition at line 72 of file export_idtf.h.
void Output_File::write | ( | unsigned int | tabl, | |
const std::string & | st | |||
) | [inline] |
Definition at line 64 of file export_idtf.h.
std::ofstream Output_File::_file [private] |
Definition at line 78 of file export_idtf.h.
std::string Output_File::_tab [private] |
Definition at line 79 of file export_idtf.h.