#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 |
Blackboard::iterator::iterator | ( | ContentsMap::iterator | it0 | ) | [inline] |
BBItemRef Blackboard::iterator::operator * | ( | ) | [inline] |
iterator Blackboard::iterator::operator++ | ( | int | ) | [inline] |
iterator Blackboard::iterator::operator-- | ( | int | ) | [inline] |
ContentsMap::iterator Blackboard::iterator::it [private] |