frepple::utils::CommandList::iterator Class Reference

#include <utils.h>

List of all members.

Public Member Functions

 iterator (Command *x)
 iterator (const iterator &it)
bool operator!= (const iterator &y) const
Commandoperator* () const
iteratoroperator++ ()
iterator operator++ (int)
Commandoperator-> () const
bool operator== (const iterator &y) const

Detailed Description

Definition at line 3807 of file utils.h.


Constructor & Destructor Documentation

frepple::utils::CommandList::iterator::iterator ( Command x) [inline]

Constructor.

Definition at line 3811 of file utils.h.

frepple::utils::CommandList::iterator::iterator ( const iterator it) [inline]

Copy constructor.

Definition at line 3814 of file utils.h.


Member Function Documentation

bool frepple::utils::CommandList::iterator::operator!= ( const iterator y) const [inline]

Inequality operator.

Definition at line 3843 of file utils.h.

Command& frepple::utils::CommandList::iterator::operator* ( ) const [inline]

Return the content of the current node.

Definition at line 3817 of file utils.h.

iterator& frepple::utils::CommandList::iterator::operator++ ( ) [inline]

Pre-increment operator which moves the pointer to the next element.

Definition at line 3824 of file utils.h.

iterator frepple::utils::CommandList::iterator::operator++ ( int  ) [inline]

Post-increment operator which moves the pointer to the next element.

Definition at line 3832 of file utils.h.

Command* frepple::utils::CommandList::iterator::operator-> ( ) const [inline]

Return the content of the current node.

Definition at line 3820 of file utils.h.

bool frepple::utils::CommandList::iterator::operator== ( const iterator y) const [inline]

Comparison operator.

Definition at line 3840 of file utils.h.


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

Documentation generated for frePPLe by  doxygen