|
RakNet
4.0
|
#include <CloudCommon.h>
Public Member Functions | |
| virtual CloudQueryRow * | AllocateCloudQueryRow (void) |
| Allocate a row. | |
| virtual void | DeallocateCloudQueryRow (CloudQueryRow *row) |
| Free a row. | |
| virtual unsigned char * | AllocateRowData (uint32_t bytesNeededForData) |
| Allocate CloudQueryRow::data. | |
| virtual void | DeallocateRowData (void *data) |
| Free CloudQueryRow::data. | |
Allocates CloudQueryRow and the row data. Override to use derived classes or different allocators
1.8.2