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.
Loading...
Searching...
No Matches
bux::C_FileAsMemory Class Reference

#include <FileAsMem.h>

Public Member Functions

 C_FileAsMemory (const std::filesystem::path &path)
 
 ~C_FileAsMemory ()
 
const char * data () const
 

Detailed Description

Definition at line 9 of file FileAsMem.h.

Constructor & Destructor Documentation

◆ C_FileAsMemory()

bux::C_FileAsMemory::C_FileAsMemory ( const std::filesystem::path & path)

Definition at line 11 of file FileAsMem.cpp.

References data().

◆ ~C_FileAsMemory()

bux::C_FileAsMemory::~C_FileAsMemory ( )

Definition at line 40 of file FileAsMem.cpp.

Member Function Documentation

◆ data()

const char * bux::C_FileAsMemory::data ( ) const
inline

Definition at line 16 of file FileAsMem.h.

Referenced by C_FileAsMemory().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: