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

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

capacity() const noexceptmtcore::Queue< T >inline
deinit(Allocator &alloc)mtcore::Queue< T >inline
init(Allocator &alloc, size_t capacity=10)mtcore::Queue< T >inline
init(Allocator &alloc, std::initializer_list< T > init, size_t capacity=10)mtcore::Queue< T >inline
is_empty() const noexceptmtcore::Queue< T >inline
is_full() const noexceptmtcore::Queue< T >inline
is_initialized() const noexceptmtcore::Queue< T >inline
peek() const noexceptmtcore::Queue< T >inline
pop() noexceptmtcore::Queue< T >inline
push(const T &elem) noexceptmtcore::Queue< T >inline
push(Allocator &alloc, const T &elem) noexceptmtcore::Queue< T >inline
shrink_to_fit(Allocator &alloc)mtcore::Queue< T >inline
size() const noexceptmtcore::Queue< T >inline