bux API Reference 1.12.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
#include <FileAsMem.h>
Public Member Functions | |
C_FileAsMemory (const std::filesystem::path &path) | |
~C_FileAsMemory () | |
const char * | data () const |
Definition at line 9 of file FileAsMem.h.
bux::C_FileAsMemory::C_FileAsMemory | ( | const std::filesystem::path & | path | ) |
Definition at line 11 of file FileAsMem.cpp.
References data().
bux::C_FileAsMemory::~C_FileAsMemory | ( | ) |
Definition at line 40 of file FileAsMem.cpp.
|
inline |
Definition at line 16 of file FileAsMem.h.
Referenced by C_FileAsMemory().