modularMX
containers and smart pointers.
More...
#include <mxmBuffer.h>
Inheritance diagram for mxmBuffer:
Public Member Functions | |
mxmBuffer (int size) | |
Creates a buffer of size as specified in bytes - the memory will not be initialized. | |
int | size () const |
Returns the buffer size in bytes. | |
mxm::u8 * | firstByte () |
Returns pointer to the buffer's first byte. | |
Private Attributes | |
mxm::u8 * | Buffer |
int | Size |
void * | StableABIDataExtension |
modularMX
containers and smart pointers.
[khe] Kai Hergenroether