VRay SDK for C++
|
Wrapper around a piece of heap memory. Takes care of calling the proper deallocating function. More...
#include <vraysdk.hpp>
Public Member Functions | |
void * | getData () |
const void * | getData () const |
void | operator delete (void *ptr) |
Protected Member Functions | |
MemoryBuffer (const MemoryBuffer &) | |
Wrapper around a piece of heap memory. Takes care of calling the proper deallocating function.