#include <heap.hpp>
List of all members.
Definition at line 206 of file heap.hpp.
[inline]
Definition at line 213 of file heap.hpp.
: h (copy (h2)) {}
[inline, protected]
Definition at line 210 of file heap.hpp.
References mmx::pull().
{ (void) pull (h); }
Definition at line 211 of file heap.hpp.
References mmx::get_top().
{ return get_top (h); }
Definition at line 209 of file heap.hpp.
References mmx::N().
{ return N(h) != 0; }