Rebel Fork Framework
|
Allocator template class. Allocates objects of a specific class. More...
#include <Urho3D/Container/Allocator.h>
Private Attributes | |
AllocatorBlock * | allocator_ |
Allocator block. | |
Additional Inherited Members | |
![]() | |
NonCopyable (const NonCopyable &other)=delete | |
NonCopyable (NonCopyable &&other)=delete | |
NonCopyable & | operator= (const NonCopyable &other)=delete |
NonCopyable & | operator= (NonCopyable &&other)=delete |
Allocator template class. Allocates objects of a specific class.