tbx
0.7.5
|
Constant iterator for menu items. More...
#include <resmenu.h>
Public Member Functions | |
const_iterator & | operator++ () |
Increment constant iterator. More... | |
const_iterator | operator++ (int) |
Increment constant iterator. More... | |
ResMenuItem | operator* () const |
Get the menu item this constant iterator refers to. More... | |
![]() | |
bool | operator== (const ResIteratorBase &other) const |
Check if this ResIteratorBase is the same as another. More... | |
bool | operator!= (const ResIteratorBase &other) const |
Check if this ResIteratorBase is not the same as another. More... | |
Friends | |
class | ResMenu |
Additional Inherited Members | |
![]() | |
ResIteratorBase (const ResMenu *object, int offset) | |
Construct from an object and initial offset. More... | |
![]() | |
const ResMenu * | _object |
Reference to object being iterated. | |
int | _offset |
Offset of current item being iterated. | |
Constant iterator for menu items.
|
inline |
Get the menu item this constant iterator refers to.
|
inline |
Increment constant iterator.
|
inline |
Increment constant iterator.