FileManager v1.7.0
Manage access to files with async model
|
Friends | |
class | FileManager |
Additional Inherited Members | |
![]() | |
![]() | |
void | write (const std::string &data) |
Write data to file. | |
std::ostream & | getStream () |
Get writing stream. | |
![]() | |
FileHandle (const FileHandle &)=delete | |
FileHandle & | operator= (const FileHandle &)=delete |
uint64_t | getFileSize () const |
const std::filesystem::path & | getPathToFile () const |
std::filesystem::path | getFileName () const |
![]() | |
WriteBinaryFileHandle (const std::filesystem::path &filePath, std::ios_base::openmode mode=std::ios_base::out|std::ios_base::binary) | |
![]() | |
WriteFileHandle (const std::filesystem::path &filePath, std::ios_base::openmode mode=std::ios_base::out) | |
![]() | |
FileHandle (const std::filesystem::path &filePath, std::ios_base::openmode mode) | |
FileHandle (FileHandle &&other) noexcept | |
FileHandle & | operator= (FileHandle &&other) noexcept |
![]() | |
std::filesystem::path | filePath |
std::fstream | file |
std::ios_base::openmode | mode |
bool | isNotifyOnDestruction |
Definition at line 7 of file AppendBinaryFileHandle.h.
|
friend |
Definition at line 15 of file AppendBinaryFileHandle.h.