Simple struct needed to represent loaded file with data and size. More...
#include <VirtualFileSystem.hpp>
Public Attributes | |
| std::vector< uint8_t > | data |
| raw file data | |
| size_t | size |
| size of the file data in bytes. | |
Simple struct needed to represent loaded file with data and size.
Definition at line 29 of file VirtualFileSystem.hpp.
| std::vector<uint8_t> vex::VirtualFileSystem::FileData::data |
raw file data
Definition at line 31 of file VirtualFileSystem.hpp.
| size_t vex::VirtualFileSystem::FileData::size |
size of the file data in bytes.
Definition at line 33 of file VirtualFileSystem.hpp.