Adbase
Adinf C++ base library V2
|
#include <FileSystem.hpp>
Public Member Functions | |
AppendFile (std::string filename) | |
~AppendFile () | |
void | append (const char *logline, const size_t len) |
void | flush () |
size_t | writtenBytes () const |
Definition at line 61 of file FileSystem.hpp.
|
explicit |
Definition at line 9 of file FileSystem.cpp.
adbase::AppendFile::~AppendFile | ( | ) |
Definition at line 19 of file FileSystem.cpp.
void adbase::AppendFile::append | ( | const char * | logline, |
const size_t | len | ||
) |
Definition at line 26 of file FileSystem.cpp.
void adbase::AppendFile::flush | ( | ) |
Definition at line 49 of file FileSystem.cpp.
|
inline |
Definition at line 71 of file FileSystem.hpp.
References adbase::mkdirRecursive(), and adbase::recursiveDir().