This is the complete list of members for iris::ObjectPool< T, Alloc >, including all inherited members.
| allocate() -> Expected< T & > | iris::ObjectPool< T, Alloc > | inline |
| clear() | iris::ObjectPool< T, Alloc > | inline |
| create(usize requested_capacity) -> Expected< ObjectPool > | iris::ObjectPool< T, Alloc > | inlinestatic |
| deallocate(T &object) | iris::ObjectPool< T, Alloc > | inline |
| ObjectPool()=default | iris::ObjectPool< T, Alloc > | |
| ObjectPool(ObjectPool &&other) | iris::ObjectPool< T, Alloc > | inline |
| operator=(ObjectPool &&other) -> ObjectPool & | iris::ObjectPool< T, Alloc > | inline |
| ~ObjectPool() | iris::ObjectPool< T, Alloc > | inline |