2 #ifndef TBX_RES_RESITERATORBASE_H
3 #define TBX_RES_RESITERATORBASE_H
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
ResIteratorBase(const T *object, int offset)
Construct from an object and initial offset.
Definition: resiteratorbase.h:25
int _offset
Offset of current item being iterated.
Definition: resiteratorbase.h:17
bool operator==(const ResIteratorBase &other) const
Check if this ResIteratorBase is the same as another.
Definition: resiteratorbase.h:34
Base class for Resource component iterators.
Definition: resiteratorbase.h:14
bool operator!=(const ResIteratorBase &other) const
Check if this ResIteratorBase is not the same as another.
Definition: resiteratorbase.h:41
const T * _object
Reference to object being iterated.
Definition: resiteratorbase.h:16