Home
last modified time | relevance | path

Searched defs:parent_pointing_heap_node (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/heap/detail/
Dheap_node.hpp225 struct parent_pointing_heap_node: struct
228 typedef heap_node<value_type> super_t;
230 parent_pointing_heap_node(value_type const & v): in parent_pointing_heap_node() function
236 parent_pointing_heap_node(Args&&... args): in parent_pointing_heap_node() function
242 struct node_cloner
261parent_pointing_heap_node (parent_pointing_heap_node const & rhs, Alloc & allocator, parent_pointi… in parent_pointing_heap_node() function
267 void update_children(void) in update_children()
276 void remove_from_parent(void) in remove_from_parent()
283 void add_child(parent_pointing_heap_node * n) in add_child()
290 parent_pointing_heap_node * get_parent(void) in get_parent()
[all …]