RakNet  4.0
Public Member Functions | List of all members
RakNet::CloudAllocator Class Reference

#include <CloudCommon.h>

Inheritance diagram for RakNet::CloudAllocator:
RakNet::CloudServer

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.
 

Detailed Description

Allocates CloudQueryRow and the row data. Override to use derived classes or different allocators


The documentation for this class was generated from the following file: