xtd 0.2.0
Loading...
Searching...
No Matches
xtd::collections::generic::queue< type_t, allocator_t > Member List

This is the complete list of members for xtd::collections::generic::queue< type_t, allocator_t >, including all inherited members.

base_type typedefxtd::collections::generic::queue< type_t, allocator_t >
capacity() const noexcept -> size_typextd::collections::generic::queue< type_t, allocator_t >inline
clear() -> void overridextd::collections::generic::queue< type_t, allocator_t >inline
const_reference typedefxtd::collections::generic::queue< type_t, allocator_t >
contains(const_reference value) const noexcept -> bool overridextd::collections::generic::queue< type_t, allocator_t >inline
copy_to(xtd::array< type_t > &array, size_type array_index) const -> void overridextd::collections::generic::queue< type_t, allocator_t >inline
count() const noexcept -> size_type overridextd::collections::generic::queue< type_t, allocator_t >inline
dequeue() -> value_typextd::collections::generic::queue< type_t, allocator_t >inline
enqueue(const_reference value) -> voidxtd::collections::generic::queue< type_t, allocator_t >inline
ensure_capacity(size_type capacity) -> size_typextd::collections::generic::queue< type_t, allocator_t >inline
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
get_enumerator() const noexcept overridextd::collections::generic::queue< type_t, allocator_t >inline
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
items() constxtd::collections::generic::queue< type_t, allocator_t >inline
memberwise_clone() constxtd::object
object()=defaultxtd::object
operator std::queue< type_t >() constxtd::collections::generic::queue< type_t, allocator_t >inline
peek() const -> value_typextd::collections::generic::queue< type_t, allocator_t >inline
queue()=defaultxtd::collections::generic::queue< type_t, allocator_t >
queue(queue &&queue)=defaultxtd::collections::generic::queue< type_t, allocator_t >
queue(const queue &queue)=defaultxtd::collections::generic::queue< type_t, allocator_t >
queue(std::queue< type_t > &&queue)xtd::collections::generic::queue< type_t, allocator_t >inline
queue(const std::queue< type_t > &queue)xtd::collections::generic::queue< type_t, allocator_t >inline
queue(const ienumerable< value_type > &collection)xtd::collections::generic::queue< type_t, allocator_t >inline
queue(size_type capacity)xtd::collections::generic::queue< type_t, allocator_t >inline
queue(std::initializer_list< type_t > il)xtd::collections::generic::queue< type_t, allocator_t >inline
queue(input_iterator_t first, input_iterator_t last)xtd::collections::generic::queue< type_t, allocator_t >inline
reference typedefxtd::collections::generic::queue< type_t, allocator_t >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
size_type typedefxtd::collections::generic::queue< type_t, allocator_t >
to_array() const -> xtd::array< value_type >xtd::collections::generic::queue< type_t, allocator_t >inline
to_string() const noexcept -> string overridextd::collections::generic::queue< type_t, allocator_t >inlinevirtual
trim_excess() -> voidxtd::collections::generic::queue< type_t, allocator_t >inline
trim_excess(size_type capacity) -> voidxtd::collections::generic::queue< type_t, allocator_t >inline
try_dequeue(value_type &result) noexcept -> boolxtd::collections::generic::queue< type_t, allocator_t >inline
try_peek(value_type &result) const noexcept -> boolxtd::collections::generic::queue< type_t, allocator_t >inline
value_type typedefxtd::collections::generic::queue< type_t, allocator_t >