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          62 uspace/lib/cpp/include/__bits/adt/list.hpp                 list_const_iterator(list_node<value_type>* node = nullptr,
list_node          63 uspace/lib/cpp/include/__bits/adt/list.hpp                                     list_node<value_type>* head = nullptr,
list_node         126 uspace/lib/cpp/include/__bits/adt/list.hpp                 list_node<value_type>* node()
list_node         128 uspace/lib/cpp/include/__bits/adt/list.hpp                     return const_cast<list_node<value_type>*>(current_);
list_node         131 uspace/lib/cpp/include/__bits/adt/list.hpp                 const list_node<value_type>* node() const
list_node         136 uspace/lib/cpp/include/__bits/adt/list.hpp                 list_node<value_type>* head()
list_node         138 uspace/lib/cpp/include/__bits/adt/list.hpp                     return const_cast<list_node<value_type>*>(head_);
list_node         141 uspace/lib/cpp/include/__bits/adt/list.hpp                 const list_node<value_type>* head() const
list_node         167 uspace/lib/cpp/include/__bits/adt/list.hpp                 const list_node<value_type>* current_;
list_node         168 uspace/lib/cpp/include/__bits/adt/list.hpp                 const list_node<value_type>* head_;
list_node         196 uspace/lib/cpp/include/__bits/adt/list.hpp                 list_iterator(list_node<value_type>* node = nullptr,
list_node         197 uspace/lib/cpp/include/__bits/adt/list.hpp                               list_node<value_type>* head = nullptr,
list_node         256 uspace/lib/cpp/include/__bits/adt/list.hpp                 list_node<value_type>* node()
list_node         261 uspace/lib/cpp/include/__bits/adt/list.hpp                 const list_node<value_type>* node() const
list_node         266 uspace/lib/cpp/include/__bits/adt/list.hpp                 list_node<value_type>* head()
list_node         271 uspace/lib/cpp/include/__bits/adt/list.hpp                 const list_node<value_type>* head() const
list_node         297 uspace/lib/cpp/include/__bits/adt/list.hpp                 list_node<value_type>* current_;
list_node         298 uspace/lib/cpp/include/__bits/adt/list.hpp                 list_node<value_type>* head_;
list_node         708 uspace/lib/cpp/include/__bits/adt/list.hpp                 node->prepend(new aux::list_node<value_type>{forward<Args>(args)...});
list_node         743 uspace/lib/cpp/include/__bits/adt/list.hpp                     node->append(new aux::list_node<value_type>{*first++});
list_node         910 uspace/lib/cpp/include/__bits/adt/list.hpp                 aux::list_node<value_type>* first_node{};
list_node         911 uspace/lib/cpp/include/__bits/adt/list.hpp                 aux::list_node<value_type>* last_node{};
list_node        1089 uspace/lib/cpp/include/__bits/adt/list.hpp             aux::list_node<value_type>* head_;
list_node        1121 uspace/lib/cpp/include/__bits/adt/list.hpp             aux::list_node<value_type>* append_new_(Args&&... args)
list_node        1123 uspace/lib/cpp/include/__bits/adt/list.hpp                 auto node = new aux::list_node<value_type>{forward<Args>(args)...};
list_node        1137 uspace/lib/cpp/include/__bits/adt/list.hpp             aux::list_node<value_type>* prepend_new_(Args&&... args)
list_node        1139 uspace/lib/cpp/include/__bits/adt/list.hpp                 auto node = new aux::list_node<value_type>{forward<Args>(args)...};
list_node        1154 uspace/lib/cpp/include/__bits/adt/list.hpp             aux::list_node<value_type>* get_last_() const
list_node        1164 uspace/lib/cpp/include/__bits/adt/list.hpp                                aux::list_node<value_type>* where = nullptr)
list_node        1174 uspace/lib/cpp/include/__bits/adt/list.hpp                     where->append(new aux::list_node<value_type>{*first++});
list_node          38 uspace/lib/cpp/include/__bits/adt/list_node.hpp         list_node* next;
list_node          39 uspace/lib/cpp/include/__bits/adt/list_node.hpp         list_node* prev;
list_node          64 uspace/lib/cpp/include/__bits/adt/list_node.hpp         void append(list_node* node)
list_node          75 uspace/lib/cpp/include/__bits/adt/list_node.hpp         void prepend(list_node* node)
HelenOS homepage, sources at GitHub