LightsprintSDK 2021.08.08
|
#include <RRMemory.h>
Protected Member Functions | |
RRUniformlyAllocatedNonCopyable () | |
~RRUniformlyAllocatedNonCopyable () | |
Additional Inherited Members | |
Public Member Functions inherited from rr::RRUniformlyAllocated | |
void * | operator new (std::size_t n) |
void * | operator new[] (std::size_t n) |
void | operator delete (void *p, std::size_t n) |
void | operator delete[] (void *p, std::size_t n) |
When used as base class, object copying is not allowed.
Both uniformly allocated and non copyable, without sideeffects of multiple inheritance.
|
inlineprotected |
|
inlineprotected |