SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Utility struct that holds a pointer and its length. More...
#include <SLFileStorage.h>
Public Member Functions | |
SLIOBuffer | copy () |
Creates a copy of the data in the buffer. More... | |
void | deallocate () |
Deallocates the data owned by the buffer. More... | |
Public Attributes | |
unsigned char * | data |
size_t | size |
Utility struct that holds a pointer and its length.
Definition at line 27 of file SLFileStorage.h.
SLIOBuffer SLIOBuffer::copy | ( | ) |
Creates a copy of the data in the buffer.
Definition at line 25 of file SLFileStorage.cpp.
void SLIOBuffer::deallocate | ( | ) |
Deallocates the data owned by the buffer.
Definition at line 33 of file SLFileStorage.cpp.
unsigned char* SLIOBuffer::data |
Definition at line 29 of file SLFileStorage.h.
size_t SLIOBuffer::size |
Definition at line 30 of file SLFileStorage.h.