#include "FileWriter.h"
Public Member Functions | |
FileWriter (const std::string &_filePath, bool _append=false) | |
~FileWriter () | |
void | write (const std::string &_content) |
void | close () |
FileWriter::FileWriter | ( | const std::string & | _filePath, |
bool | _append = false ) |
FileWriter::~FileWriter | ( | ) |
void FileWriter::close | ( | ) |
void FileWriter::write | ( | const std::string & | _content | ) |