$extrastylesheet
#include <mln/util/soft_heap.hh>
Public Member Functions | |
ilcell () | |
ilcell (const T &key, ilcell_t next=0) | |
const T & | key () const |
ilcell_t | next () const |
void | set_key (const T &key) |
void | set_next (ilcell_t next) |
Public Types | |
typedef util::tracked_ptr < ilcell< T > > | ilcell_t |
Element of an item list. Store the data (key) used in soft_heap.
Definition at line 76 of file soft_heap.hh.
mln::util::ilcell< T >::ilcell | ( | ) |
mln::util::ilcell< T >::ilcell | ( | const T & | key, |
ilcell_t | next = 0 |
||
) |
const T& mln::util::ilcell< T >::key | ( | ) | const |
ilcell_t mln::util::ilcell< T >::next | ( | ) | const |
void mln::util::ilcell< T >::set_key | ( | const T & | key | ) |
void mln::util::ilcell< T >::set_next | ( | ilcell_t | next | ) |
typedef util::tracked_ptr< ilcell<T> > mln::util::ilcell< T >::ilcell_t |
Definition at line 78 of file soft_heap.hh.