Searched defs:parent_pointing_heap_node (Results 1 – 1 of 1) sorted by relevance
225 struct parent_pointing_heap_node: struct228 typedef heap_node<value_type> super_t;230 parent_pointing_heap_node(value_type const & v): in parent_pointing_heap_node() function236 parent_pointing_heap_node(Args&&... args): in parent_pointing_heap_node() function242 struct node_cloner261 …parent_pointing_heap_node (parent_pointing_heap_node const & rhs, Alloc & allocator, parent_pointi… in parent_pointing_heap_node() function267 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 …]