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 |
| Bookmark & | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| Bookmark * | operator-> () const |
| bool | operator== (const iterator &y) const |
Detailed Description
An STL-like iterator to move over all bookmarks in forward order.
Constructor & Destructor Documentation
| frepple::utils::CommandManager::iterator::iterator | ( | Bookmark * | x | ) | [inline] |
| frepple::utils::CommandManager::iterator::iterator | ( | const iterator & | it | ) | [inline] |
Member Function Documentation
| bool frepple::utils::CommandManager::iterator::operator!= | ( | const iterator & | y | ) | const [inline] |
| Bookmark& frepple::utils::CommandManager::iterator::operator* | ( | ) | const [inline] |
| iterator& frepple::utils::CommandManager::iterator::operator++ | ( | ) | [inline] |
| iterator frepple::utils::CommandManager::iterator::operator++ | ( | int | ) | [inline] |
| Bookmark* frepple::utils::CommandManager::iterator::operator-> | ( | ) | const [inline] |
| bool frepple::utils::CommandManager::iterator::operator== | ( | const iterator & | y | ) | const [inline] |
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
