#include <sysc/utils/sc_pq.h>
Public Member Functions | |
sc_ppq (int sz, compare_fn_t cmp) | |
~sc_ppq () | |
T | top () const |
T | extract_top () |
void | insert (T elem) |
Definition at line 96 of file sc_pq.h.
sc_core::sc_ppq< T >::sc_ppq | ( | int | sz, | |
compare_fn_t | cmp | |||
) | [inline] |
sc_core::sc_ppq< T >::~sc_ppq | ( | ) | [inline] |
T sc_core::sc_ppq< T >::extract_top | ( | ) | [inline] |
Reimplemented from sc_core::sc_ppq_base.
void sc_core::sc_ppq< T >::insert | ( | T | elem | ) | [inline] |
T sc_core::sc_ppq< T >::top | ( | ) | const [inline] |
Reimplemented from sc_core::sc_ppq_base.