Public Member Functions
Heap< Comp > Class Template Reference

List of all members.

Public Member Functions

 Heap (const Comp &c)
int size () const
bool empty () const
bool inHeap (int n) const
int operator[] (int index) const
void decrease (int n)
void increase_ (int n)
void insert (int n)
void init_identical (int n)
int removeMin ()
void clear (bool dealloc=false)
void update (int n)
template<class F >
void filter (const F &filt)
bool heapProperty () const
void setBounds (int n)
void increase (int n)
int getmin ()

template<class Comp>
class Heap< Comp >


The documentation for this class was generated from the following file: