TrinityCore
|
#include <dbcfile.h>
Public Member Functions | |
Iterator (DBCFile &file, unsigned char *offset) | |
Iterator & | operator++ () |
Advance (prefix only) More... | |
Record const & | operator* () const |
Return address of current instance. More... | |
Record const * | operator-> () const |
bool | operator== (Iterator const &b) const |
Comparison. More... | |
bool | operator!= (Iterator const &b) const |
Iterator (DBCFile &file, unsigned char *offset) | |
Iterator (Iterator const &right) | |
Iterator & | operator++ () |
Advance (prefix only) More... | |
Record const & | operator* () const |
Return address of current instance. More... | |
Record const * | operator-> () const |
bool | operator== (Iterator const &b) const |
Comparison. More... | |
bool | operator!= (Iterator const &b) const |
Iterator & | operator= (Iterator const &right) |
Private Member Functions | |
Iterator & | operator= (Iterator const &right) |
Private Attributes | |
Record | record |
Iterator that iterates over records
|
inline |
|
inline |
Return address of current instance.
Return address of current instance.
|
inline |
Advance (prefix only)
|
inline |
Advance (prefix only)
Comparison.
Comparison.
|
private |