HelenOS sources
list_node 35 uspace/app/sbi/src/list_t.h struct list_node *prev, *next;
list_node 82 uspace/lib/cpp/include/__bits/adt/hash_table.hpp using node_type = list_node<value_type>;
list_node 86 uspace/lib/cpp/include/__bits/adt/hash_table.hpp list_node<value_type>*, size_type
list_node 45 uspace/lib/cpp/include/__bits/adt/hash_table_bucket.hpp list_node<Value>* head;
list_node 66 uspace/lib/cpp/include/__bits/adt/hash_table_bucket.hpp void append(list_node<Value>* node)
list_node 74 uspace/lib/cpp/include/__bits/adt/hash_table_bucket.hpp void prepend(list_node<Value>* node)
list_node 53 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp list_node<value_type>* current = nullptr)
list_node 100 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp list_node<value_type>* node()
list_node 105 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp const list_node<value_type>* node() const
list_node 119 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp list_node<value_type>* current_;
list_node 158 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp const list_node<value_type>* current = nullptr)
list_node 220 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp list_node<value_type>* node()
list_node 222 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp return const_cast<list_node<value_type>*>(current_);
list_node 225 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp const list_node<value_type>* node() const
list_node 239 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp const list_node<value_type>* current_;
list_node 295 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp hash_table_local_iterator(list_node<value_type>* head = nullptr,
list_node 296 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp list_node<value_type>* current = nullptr)
list_node 330 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp list_node<value_type>* node()
list_node 335 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp const list_node<value_type>* node() const
list_node 341 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp list_node<value_type>* head_;
list_node 342 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp list_node<value_type>* current_;
list_node 379 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp hash_table_const_local_iterator(const list_node<value_type>* head = nullptr,
list_node 380 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp const list_node<value_type>* current = nullptr)
list_node 427 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp list_node<value_type>* node()
list_node 429 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp return const_cast<list_node<value_type>*>(current_);
list_node 432 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp const list_node<value_type>* node() const
list_node 438 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp const list_node<value_type>* head_;
list_node 439 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp const list_node<value_type>* current_;
list_node 63 uspace/lib/cpp/include/__bits/adt/list.hpp list_const_iterator(list_node<value_type>* node = nullptr,
list_node 64 uspace/lib/cpp/include/__bits/adt/list.hpp list_node<value_type>* head = nullptr,
list_node 132 uspace/lib/cpp/include/__bits/adt/list.hpp list_node<value_type>* node()
list_node 134 uspace/lib/cpp/include/__bits/adt/list.hpp return const_cast<list_node<value_type>*>(current_);
list_node 137 uspace/lib/cpp/include/__bits/adt/list.hpp const list_node<value_type>* node() const
list_node 142 uspace/lib/cpp/include/__bits/adt/list.hpp list_node<value_type>* head()
list_node 144 uspace/lib/cpp/include/__bits/adt/list.hpp return const_cast<list_node<value_type>*>(head_);
list_node 147 uspace/lib/cpp/include/__bits/adt/list.hpp const list_node<value_type>* head() const
list_node 173 uspace/lib/cpp/include/__bits/adt/list.hpp const list_node<value_type>* current_;
list_node 174 uspace/lib/cpp/include/__bits/adt/list.hpp const list_node<value_type>* head_;
list_node 202 uspace/lib/cpp/include/__bits/adt/list.hpp list_iterator(list_node<value_type>* node = nullptr,
list_node 203 uspace/lib/cpp/include/__bits/adt/list.hpp list_node<value_type>* head = nullptr,
list_node 267 uspace/lib/cpp/include/__bits/adt/list.hpp list_node<value_type>* node()
list_node 272 uspace/lib/cpp/include/__bits/adt/list.hpp const list_node<value_type>* node() const
list_node 277 uspace/lib/cpp/include/__bits/adt/list.hpp list_node<value_type>* head()
list_node 282 uspace/lib/cpp/include/__bits/adt/list.hpp const list_node<value_type>* head() const
list_node 308 uspace/lib/cpp/include/__bits/adt/list.hpp list_node<value_type>* current_;
list_node 309 uspace/lib/cpp/include/__bits/adt/list.hpp list_node<value_type>* head_;
list_node 719 uspace/lib/cpp/include/__bits/adt/list.hpp node->prepend(new aux::list_node<value_type>{forward<Args>(args)...});
list_node 754 uspace/lib/cpp/include/__bits/adt/list.hpp node->append(new aux::list_node<value_type>{*first++});
list_node 921 uspace/lib/cpp/include/__bits/adt/list.hpp aux::list_node<value_type>* first_node{};
list_node 922 uspace/lib/cpp/include/__bits/adt/list.hpp aux::list_node<value_type>* last_node{};
list_node 1100 uspace/lib/cpp/include/__bits/adt/list.hpp aux::list_node<value_type>* head_;
list_node 1132 uspace/lib/cpp/include/__bits/adt/list.hpp aux::list_node<value_type>* append_new_(Args&&... args)
list_node 1134 uspace/lib/cpp/include/__bits/adt/list.hpp auto node = new aux::list_node<value_type>{forward<Args>(args)...};
list_node 1148 uspace/lib/cpp/include/__bits/adt/list.hpp aux::list_node<value_type>* prepend_new_(Args&&... args)
list_node 1150 uspace/lib/cpp/include/__bits/adt/list.hpp auto node = new aux::list_node<value_type>{forward<Args>(args)...};
list_node 1165 uspace/lib/cpp/include/__bits/adt/list.hpp aux::list_node<value_type>* get_last_() const
list_node 1175 uspace/lib/cpp/include/__bits/adt/list.hpp aux::list_node<value_type>* where = nullptr)
list_node 1185 uspace/lib/cpp/include/__bits/adt/list.hpp where->append(new aux::list_node<value_type>{*first++});
list_node 41 uspace/lib/cpp/include/__bits/adt/list_node.hpp list_node* next;
list_node 42 uspace/lib/cpp/include/__bits/adt/list_node.hpp list_node* prev;
list_node 67 uspace/lib/cpp/include/__bits/adt/list_node.hpp void append(list_node* node)
list_node 78 uspace/lib/cpp/include/__bits/adt/list_node.hpp void prepend(list_node* node)
HelenOS homepage, sources at GitHub