cgma
DLListIterator Class Reference

#include <DLList.hpp>

List of all members.

Public Member Functions

 DLListIterator ()
virtual ~DLListIterator ()
void step (int n=1)

Protected Attributes

int index

Detailed Description

Definition at line 393 of file DLList.hpp.


Constructor & Destructor Documentation

Definition at line 396 of file DLList.hpp.

{ index = 0; }
virtual DLListIterator::~DLListIterator ( ) [inline, virtual]

Definition at line 398 of file DLList.hpp.

{}

Member Function Documentation

void DLListIterator::step ( int  n = 1) [inline]

Definition at line 401 of file DLList.hpp.

    { index += n; }

Member Data Documentation

int DLListIterator::index [protected]

Definition at line 407 of file DLList.hpp.


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