Blender V5.0
Stack< T, InlineBufferCapacity, Allocator > Member List

This is the complete list of members for Stack< T, InlineBufferCapacity, Allocator >, including all inherited members.

clear()Stack< T, InlineBufferCapacity, Allocator >inline
clear_and_shrink()Stack< T, InlineBufferCapacity, Allocator >inline
const_pointer typedefStack< T, InlineBufferCapacity, Allocator >
const_reference typedefStack< T, InlineBufferCapacity, Allocator >
is_empty() constStack< T, InlineBufferCapacity, Allocator >inline
is_invariant_maintained() constStack< T, InlineBufferCapacity, Allocator >inline
operator=(const Stack &other)Stack< T, InlineBufferCapacity, Allocator >inline
operator=(Stack &&other)Stack< T, InlineBufferCapacity, Allocator >inline
peek()Stack< T, InlineBufferCapacity, Allocator >inline
peek() constStack< T, InlineBufferCapacity, Allocator >inline
pointer typedefStack< T, InlineBufferCapacity, Allocator >
pop()Stack< T, InlineBufferCapacity, Allocator >inline
push(const T &value)Stack< T, InlineBufferCapacity, Allocator >inline
push(T &&value)Stack< T, InlineBufferCapacity, Allocator >inline
push_as(ForwardT &&...value)Stack< T, InlineBufferCapacity, Allocator >inline
push_multiple(Span< T > values)Stack< T, InlineBufferCapacity, Allocator >inline
reference typedefStack< T, InlineBufferCapacity, Allocator >
size() constStack< T, InlineBufferCapacity, Allocator >inline
size_type typedefStack< T, InlineBufferCapacity, Allocator >
Stack(Allocator allocator={}) noexceptStack< T, InlineBufferCapacity, Allocator >inline
Stack(NoExceptConstructor, Allocator allocator={}) noexceptStack< T, InlineBufferCapacity, Allocator >inline
Stack(Span< T > values, Allocator allocator={})Stack< T, InlineBufferCapacity, Allocator >inline
Stack(const std::initializer_list< T > &values, Allocator allocator={})Stack< T, InlineBufferCapacity, Allocator >inline
Stack(const Stack &other)Stack< T, InlineBufferCapacity, Allocator >inline
Stack(Stack &&other) noexcept(std::is_nothrow_move_constructible_v< T >)Stack< T, InlineBufferCapacity, Allocator >inline
value_type typedefStack< T, InlineBufferCapacity, Allocator >
~Stack()Stack< T, InlineBufferCapacity, Allocator >inline