tbx
0.7.3
|
Constant iterator of objects in this resource file. More...
#include <resfile.h>
Public Member Functions | |
const_iterator & | operator++ () |
Increment iterator. More... | |
const_iterator | operator++ (int) |
Increment iterator. More... | |
ResObject | operator* () const |
Get object reference by iterator. 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 | ResFile |
Additional Inherited Members | |
![]() | |
ResIteratorBase (const ResFile *object, int offset) | |
Construct from an object and initial offset. More... | |
![]() | |
const ResFile * | _object |
Reference to object being iterated. | |
int | _offset |
Offset of current item being iterated. | |
Constant iterator of objects in this resource file.
|
inline |
Get object reference by iterator.
|
inline |
Increment iterator.
|
inline |
Increment iterator.