Planeshift
Public Member Functions

Edge::ReverseIterator Class Reference

Implementation of Iterator for REVERSE direction. More...

#include <edge.h>

List of all members.

Public Member Functions

virtual bool HasNext ()
 Check if there is more elements.
virtual psPathPointNext ()
 Return next element.
 ReverseIterator (Edge *edge)

Detailed Description

Implementation of Iterator for REVERSE direction.

Definition at line 157 of file edge.h.


Constructor & Destructor Documentation

Edge::ReverseIterator::ReverseIterator ( Edge edge) [inline]

Definition at line 163 of file edge.h.


Member Function Documentation

virtual bool Edge::ReverseIterator::HasNext ( ) [inline, virtual]

Check if there is more elements.

Implements Edge::Iterator.

Definition at line 168 of file edge.h.

virtual psPathPoint* Edge::ReverseIterator::Next ( ) [inline, virtual]

Return next element.

Return the next element. Call HasNext before calling this to see if there are more elements.

Implements Edge::Iterator.

Definition at line 173 of file edge.h.


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