pqueue_iterator Class Template Reference

#include <pqueue.hpp>

Collaboration diagram for pqueue_iterator:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<typename T, typename I>
class gsgl::data::pqueue_iterator< T, I >

Definition at line 254 of file pqueue.hpp.


Protected Member Functions

bool is_valid () const
const T & operator* () const
void operator++ ()
pqueue_iteratoroperator= (const pqueue_iterator &i)
 pqueue_iterator (const pqueue_iterator &i)
 pqueue_iterator (const iterable< T, pqueue_iterator< T, I > > &parent_iterable)

Private Attributes

const pqueue< T, I > & parent
gsgl::index_t position

Constructor & Destructor Documentation

pqueue_iterator ( const iterable< T, pqueue_iterator< T, I > > &  parent_iterable  )  [inline, protected]

Definition at line 261 of file pqueue.hpp.

pqueue_iterator ( const pqueue_iterator< T, I > &  i  )  [inline, protected]

Definition at line 264 of file pqueue.hpp.


Member Function Documentation

bool is_valid (  )  const [inline, protected]

Definition at line 274 of file pqueue.hpp.

const T& operator* (  )  const [inline, protected]

Definition at line 276 of file pqueue.hpp.

void operator++ (  )  [inline, protected]

Definition at line 284 of file pqueue.hpp.

pqueue_iterator& operator= ( const pqueue_iterator< T, I > &  i  )  [inline, protected]

Definition at line 267 of file pqueue.hpp.

References pqueue_iterator::parent, and pqueue_iterator::position.


Member Data Documentation

const pqueue<T, I>& parent [private]

Definition at line 257 of file pqueue.hpp.

Referenced by pqueue_iterator::operator=().

Definition at line 258 of file pqueue.hpp.

Referenced by pqueue_iterator::operator=().


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

Generated on Sat Mar 1 13:50:06 2008 for Periapsis Project by  doxygen 1.5.5