| alloc_t typedef | fennec::allocation< T, AllocT > | |
| allocate(size_t n, align_t align=zero< align_t >()) noexcept | fennec::allocation< T, AllocT > | inline |
| allocation() noexcept | fennec::allocation< T, AllocT > | inline |
| allocation(size_t n) noexcept | fennec::allocation< T, AllocT > | inlineexplicit |
| allocation(const T *data, size_t n) | fennec::allocation< T, AllocT > | inline |
| allocation(size_t n, align_t align) noexcept | fennec::allocation< T, AllocT > | inline |
| allocation(const T *data, size_t n, align_t align) | fennec::allocation< T, AllocT > | inline |
| allocation(const alloc_t &alloc) noexcept | fennec::allocation< T, AllocT > | inlineexplicit |
| allocation(size_t n, const alloc_t &alloc) noexcept | fennec::allocation< T, AllocT > | inline |
| allocation(const T *data, size_t n, const alloc_t &alloc) | fennec::allocation< T, AllocT > | inline |
| allocation(size_t n, align_t align, const alloc_t &alloc) noexcept | fennec::allocation< T, AllocT > | inline |
| allocation(const T *data, size_t n, align_t align, const alloc_t &alloc) | fennec::allocation< T, AllocT > | inline |
| allocation(const allocation &alloc) noexcept | fennec::allocation< T, AllocT > | inline |
| allocation(allocation &&alloc) noexcept | fennec::allocation< T, AllocT > | inline |
| callocate(size_t n, align_t align=zero< align_t >()) noexcept | fennec::allocation< T, AllocT > | inline |
| capacity() const | fennec::allocation< T, AllocT > | inline |
| clear() noexcept | fennec::allocation< T, AllocT > | inline |
| creallocate(size_t n, align_t align=zero< align_t >()) noexcept | fennec::allocation< T, AllocT > | inline |
| data() | fennec::allocation< T, AllocT > | inline |
| data() const | fennec::allocation< T, AllocT > | inline |
| deallocate() noexcept | fennec::allocation< T, AllocT > | inline |
| diff_t typedef | fennec::allocation< T, AllocT > | |
| operator=(const allocation &alloc) | fennec::allocation< T, AllocT > | inline |
| operator=(allocation &&alloc) noexcept | fennec::allocation< T, AllocT > | inline |
| reallocate(size_t n, align_t align=zero< align_t >()) noexcept | fennec::allocation< T, AllocT > | inline |
| size() const | fennec::allocation< T, AllocT > | inline |
| size_t typedef | fennec::allocation< T, AllocT > | |
| value_t typedef | fennec::allocation< T, AllocT > | |
| ~allocation() noexcept | fennec::allocation< T, AllocT > | inline |