Gainput
v1.0.0
|
This is the complete list of members for gainput::Allocator, including all inherited members.
Allocate(size_t size, size_t align=DefaultAlign)=0 | gainput::Allocator | pure virtual |
Deallocate(void *ptr)=0 | gainput::Allocator | pure virtual |
DefaultAlign enum value (defined in gainput::Allocator) | gainput::Allocator | |
Delete(T *ptr) | gainput::Allocator | inline |
New() | gainput::Allocator | inline |
New(P0 &p0) | gainput::Allocator | inline |
New(const P0 &p0) | gainput::Allocator | inline |
New(P0 &p0, P1 &p1) | gainput::Allocator | inline |
New(const P0 &p0, P1 &p1) | gainput::Allocator | inline |
New(P0 &p0, const P1 &p1) | gainput::Allocator | inline |
New(P0 &p0, const P1 &p1, const P2 &p2) | gainput::Allocator | inline |
New(P0 &p0, const P1 &p1, P2 &p2) | gainput::Allocator | inline |
New(P0 &p0, P1 &p1, P2 &p2, P3 &p3) | gainput::Allocator | inline |
New(P0 &p0, const P1 &p1, P2 &p2, P3 &p3) | gainput::Allocator | inline |
New(P0 &p0, P1 &p1, P2 &p2, P3 &p3, P4 &p4) | gainput::Allocator | inline |
New(P0 &p0, const P1 &p1, P2 &p2, P3 &p3, P4 &p4) | gainput::Allocator | inline |