frepple::utils::CommandManager::iterator Class Reference

#include <utils.h>

Public Member Functions

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

Detailed Description

An STL-like iterator to move over all bookmarks in forward order.

Definition at line 4141 of file utils.h.

Constructor & Destructor Documentation

frepple::utils::CommandManager::iterator::iterator ( Bookmark x)
inline

Constructor.

Definition at line 4145 of file utils.h.

frepple::utils::CommandManager::iterator::iterator ( const iterator it)
inline

Copy constructor.

Definition at line 4148 of file utils.h.

Member Function Documentation

bool frepple::utils::CommandManager::iterator::operator!= ( const iterator y) const
inline

Inequality operator.

Definition at line 4177 of file utils.h.

Bookmark& frepple::utils::CommandManager::iterator::operator* ( ) const
inline

Return the content of the current node.

Definition at line 4151 of file utils.h.

iterator& frepple::utils::CommandManager::iterator::operator++ ( )
inline

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

Definition at line 4158 of file utils.h.

iterator frepple::utils::CommandManager::iterator::operator++ ( int  )
inline

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

Definition at line 4166 of file utils.h.

Bookmark* frepple::utils::CommandManager::iterator::operator-> ( ) const
inline

Return the content of the current node.

Definition at line 4154 of file utils.h.

bool frepple::utils::CommandManager::iterator::operator== ( const iterator y) const
inline

Comparison operator.

Definition at line 4174 of file utils.h.


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