10template<
class TCommand>
19 return alloc.newObject(
memRes);
24 alloc.deleteObject(instance);
Definition: CommandImplBase.h:11
MemoryResource * getMemoryResource()
Definition: CommandImplBase.h:27
static void destroy(TCommand *instance)
Definition: CommandImplBase.h:22
CommandImplBase(MemoryResource *memRes_)
Definition: CommandImplBase.h:13
MemoryResource * memRes
Definition: CommandImplBase.h:32
static TCommand * create(MemoryResource *memRes)
Definition: CommandImplBase.h:17
MemoryResource is an abstract class that allows the implementation of polymorphic allocators.
Definition: MemoryResource.h:17
Definition: PolyAllocator.h:129