|
MT Core (C++)
Core library for replacing C++ standard in project usage
|
This is the complete list of members for mtcore::GenList< T >, including all inherited members.
| add(const T &item) noexcept | mtcore::GenList< T > | inline |
| add(Allocator &alloc, const T &item) noexcept | mtcore::GenList< T > | inline |
| at(const Handle &handle) const noexcept | mtcore::GenList< T > | inline |
| capacity() const noexcept | mtcore::GenList< T > | inline |
| deinit(Allocator &alloc) | mtcore::GenList< T > | inline |
| handles() const noexcept | mtcore::GenList< T > | inline |
| init(Allocator &alloc, size_t initCapacity=64) | mtcore::GenList< T > | inline |
| is_handle_valid(const Handle &handle) const noexcept | mtcore::GenList< T > | inline |
| iter() const noexcept | mtcore::GenList< T > | inline |
| operator[](const Handle &handle) const noexcept | mtcore::GenList< T > | inline |
| operator[](const Handle &handle) noexcept | mtcore::GenList< T > | inline |
| ptr_iter() noexcept | mtcore::GenList< T > | inline |
| remove(const Handle &handle) noexcept | mtcore::GenList< T > | inline |
| size() const noexcept | mtcore::GenList< T > | inline |