Bond 0.9
C++ Bond Runtime Library API Documentation
|
This is the complete list of members for Bond::Allocator, including all inherited members.
Alloc() | Bond::Allocator | inline |
Alloc(size_t numElements) | Bond::Allocator | inline |
AllocAligned(size_t align) | Bond::Allocator | inline |
AllocAligned(size_t numElements, size_t align) | Bond::Allocator | inline |
AllocAlignedObject(size_t align, Args &&... args) | Bond::Allocator | inline |
Allocate(size_t size)=0 | Bond::Allocator | pure virtual |
AllocateAligned(size_t size, size_t align)=0 | Bond::Allocator | pure virtual |
AllocObject(Args &&... args) | Bond::Allocator | inline |
AllocOwned() | Bond::Allocator | inline |
AllocOwned(size_t numElements) | Bond::Allocator | inline |
AllocOwnedAligned(size_t align) | Bond::Allocator | inline |
AllocOwnedAligned(size_t numElements, size_t align) | Bond::Allocator | inline |
AllocOwnedAlignedObject(size_t align, Args &&... args) | Bond::Allocator | inline |
AllocOwnedObject(Args &&... args) | Bond::Allocator | inline |
Free(void *buffer)=0 | Bond::Allocator | pure virtual |
Free(const void *buffer) | Bond::Allocator | inline |
FreeAligned(void *buffer)=0 | Bond::Allocator | pure virtual |
FreeAligned(const void *buffer) | Bond::Allocator | inline |
~Allocator() | Bond::Allocator | inlinevirtual |