|
INET Framework for OMNeT++/OMNEST
|
#include <Blackboard.h>
Public Member Functions | |
| iterator (ContentsMap::iterator it0) | |
| BBItemRef | operator* () |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| bool | operator== (const iterator &i2) |
| bool | operator!= (const iterator &i2) |
Private Attributes | |
| ContentsMap::iterator | it |
Iterates through blackboard contents. Models a C++ standard bidirectional iterator.
| Blackboard::iterator::iterator | ( | ContentsMap::iterator | it0 | ) | [inline] |
{it==it0;}
| BBItemRef Blackboard::iterator::operator* | ( | ) | [inline] |
{return (*it).second;}
| iterator Blackboard::iterator::operator++ | ( | int | ) | [inline] |
| iterator Blackboard::iterator::operator-- | ( | int | ) | [inline] |
ContentsMap::iterator Blackboard::iterator::it [private] |
Referenced by operator!=(), and operator==().