cgv
|
store per element, whether it is empty and a link to the next empty element or to the heap location More...
#include <dynamic_priority_queue.h>
Public Attributes | |
element_type | element |
bool | is_empty: 1 |
unsigned int | link: 31 |
store per element, whether it is empty and a link to the next empty element or to the heap location
Definition at line 15 of file dynamic_priority_queue.h.
element_type cgv::data::dynamic_priority_queue< T >::extended_element::element |
Definition at line 17 of file dynamic_priority_queue.h.
bool cgv::data::dynamic_priority_queue< T >::extended_element::is_empty |
Definition at line 18 of file dynamic_priority_queue.h.
unsigned int cgv::data::dynamic_priority_queue< T >::extended_element::link |
Definition at line 19 of file dynamic_priority_queue.h.