![]()  | 
  
    PandA-2024.02
    
   | 
 
Class used to represent a priority queue of vertex with rehash. More...
#include <rehashed_heap.hpp>


Public Member Functions | |
| rehashed_heap (const priority_compare_functor< _Type > &_comp) | |
| Constructor.  More... | |
| void | rehash () | 
| Rehash the heap associated with the priority queue.  More... | |
| std::vector< vertex >::const_iterator | begin () | 
| std::vector< vertex >::const_iterator | end () | 
Class used to represent a priority queue of vertex with rehash.
Definition at line 69 of file rehashed_heap.hpp.
      
  | 
  inline | 
Constructor.
| pri | is the priority functor. | 
Definition at line 75 of file rehashed_heap.hpp.
      
  | 
  inline | 
Definition at line 89 of file rehashed_heap.hpp.
Referenced by tree_rehashed_heap< _Type >::rehash(), and tree_rehashed_heap< _Type >::top().

      
  | 
  inline | 
Definition at line 93 of file rehashed_heap.hpp.
Referenced by tree_rehashed_heap< _Type >::rehash(), and tree_rehashed_heap< _Type >::top().

      
  | 
  inline | 
Rehash the heap associated with the priority queue.
Definition at line 82 of file rehashed_heap.hpp.
 1.8.13