xtd 0.2.0
Loading...
Searching...
No Matches
xtd::collections::generic::linked_list_node< type_t > Member List

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

base_type typedefxtd::collections::generic::linked_list_node< type_t >
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
linked_list_node(const value_type &value)xtd::collections::generic::linked_list_node< type_t >inline
linked_list_type typedefxtd::collections::generic::linked_list_node< type_t >
list() const noexcept -> xtd::ref< const linked_list< type_t > >xtd::collections::generic::linked_list_node< type_t >inline
memberwise_clone() constxtd::object
next() const -> xtd::optional< linked_list_node >xtd::collections::generic::linked_list_node< type_t >inline
object()=defaultxtd::object
previous() const -> xtd::optional< linked_list_node >xtd::collections::generic::linked_list_node< type_t >inline
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
size_type typedefxtd::collections::generic::linked_list_node< type_t >
to_string() const noexceptxtd::objectvirtual
value() const -> const value_type &xtd::collections::generic::linked_list_node< type_t >inline
value() -> value_type &xtd::collections::generic::linked_list_node< type_t >inline
value_type typedefxtd::collections::generic::linked_list_node< type_t >