|
FE 0.6.1
A header-only C++ library for writing frontends
|
This is the complete list of members for fe::Arena::Allocator< T >, including all inherited members.
| allocate(size_t num_elems) | fe::Arena::Allocator< T > | inline |
| Allocator()=delete | fe::Arena::Allocator< T > | |
| Allocator(const Arena::Allocator< U > &allocator) noexcept | fe::Arena::Allocator< T > | inline |
| Allocator(Arena &arena) noexcept | fe::Arena::Allocator< T > | inline |
| arena | fe::Arena::Allocator< T > | |
| deallocate(T *, size_t) noexcept | fe::Arena::Allocator< T > | inline |
| operator!=(const Allocator< U > &a) const noexcept | fe::Arena::Allocator< T > | inline |
| operator==(const Allocator< U > &a) const noexcept | fe::Arena::Allocator< T > | inline |
| value_type typedef | fe::Arena::Allocator< T > |