MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::GenList< T > Member List

This is the complete list of members for mtcore::GenList< T >, including all inherited members.

add(const T &item) noexceptmtcore::GenList< T >inline
add(Allocator &alloc, const T &item) noexceptmtcore::GenList< T >inline
at(const Handle &handle) const noexceptmtcore::GenList< T >inline
capacity() const noexceptmtcore::GenList< T >inline
deinit(Allocator &alloc)mtcore::GenList< T >inline
handles() const noexceptmtcore::GenList< T >inline
init(Allocator &alloc, size_t initCapacity=64)mtcore::GenList< T >inline
is_handle_valid(const Handle &handle) const noexceptmtcore::GenList< T >inline
iter() const noexceptmtcore::GenList< T >inline
operator[](const Handle &handle) const noexceptmtcore::GenList< T >inline
operator[](const Handle &handle) noexceptmtcore::GenList< T >inline
ptr_iter() noexceptmtcore::GenList< T >inline
remove(const Handle &handle) noexceptmtcore::GenList< T >inline
size() const noexceptmtcore::GenList< T >inline