ngfx::File
Public Functions
| Name | |
|---|---|
| void | read(const std::string & filename) |
Public Attributes
| Name | |
|---|---|
| std::unique_ptr< char[]> | data |
| int | size |
Public Functions Documentation
function read
void read(
const std::string & filename
)
Public Attributes Documentation
variable data
std::unique_ptr< char[]> data;
variable size
int size;
Updated on 3 April 2021 at 20:21:51 PDT