tbx
0.7.6
|
Base class for Resource component iterators. More...
#include <resiteratorbase.h>
Public Member Functions | |
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... | |
Protected Member Functions | |
ResIteratorBase (const T *object, int offset) | |
Construct from an object and initial offset. More... | |
Protected Attributes | |
const T * | _object |
Reference to object being iterated. | |
int | _offset |
Offset of current item being iterated. | |
Base class for Resource component iterators.
|
inlineprotected |
Construct from an object and initial offset.
object | object being iterated |
offset | offset within object |
|
inline |
Check if this ResIteratorBase is not the same as another.
other | ResIteratorBase to check |
|
inline |
Check if this ResIteratorBase is the same as another.
other | ResIteratorBase to check |