basix_doc 0.1
heap_iterator_rep< C > Class Template Reference

#include <heap.hpp>

List of all members.

Public Member Functions

Protected Member Functions


Detailed Description

template<typename C>
class mmx::heap_iterator_rep< C >

Definition at line 206 of file heap.hpp.


Constructor & Destructor Documentation

heap_iterator_rep ( const heap< C > &  h2) [inline]

Definition at line 213 of file heap.hpp.

: h (copy (h2)) {}

Member Function Documentation

void advance ( ) [inline, protected]

Definition at line 210 of file heap.hpp.

References mmx::pull().

{ (void) pull (h); }
C current ( ) [inline, protected]

Definition at line 211 of file heap.hpp.

References mmx::get_top().

{ return get_top (h); }
bool is_busy ( ) [inline, protected]

Definition at line 209 of file heap.hpp.

References mmx::N().

{ return N(h) != 0; }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines