|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <dbcfile.h>
Public Member Functions | |
| Iterator (DBCFile &file, unsigned char *offset) | |
| Iterator (DBCFile &file, unsigned char *offset) | |
| Iterator (Iterator const &right) | |
| bool | operator!= (Iterator const &b) const |
| bool | operator!= (Iterator const &b) const |
| Record const & | operator* () const |
| Return address of current instance. | |
| Record const & | operator* () const |
| Return address of current instance. | |
| Iterator & | operator++ () |
| Advance (prefix only). | |
| Iterator & | operator++ () |
| Advance (prefix only). | |
| Record const * | operator-> () const |
| Record const * | operator-> () const |
| Iterator & | operator= (Iterator const &right) |
| bool | operator== (Iterator const &b) const |
| Comparison. | |
| bool | operator== (Iterator const &b) const |
| Comparison. | |
Private Member Functions | |
| Iterator & | operator= (Iterator const &right) |
Private Attributes | |
| Record | record |
|
inline |
Definition at line 84 of file dbcfile.h.
References DBCFile::DBCFile(), and record.
Referenced by Iterator(), operator!=(), operator++(), operator=(), and operator==().
|
inline |
Definition at line 87 of file dbcfile.h.
References DBCFile::DBCFile(), and record.
|
inline |
Definition at line 89 of file dbcfile.h.
References Iterator(), and record.
|
inline |
Definition at line 103 of file dbcfile.h.
References Iterator(), DBCFile::Record::offset, and record.
|
inline |
Definition at line 110 of file dbcfile.h.
References Iterator(), and record.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Iterator().
Definition at line 115 of file dbcfile.h.
References Iterator(), and record.
|
inline |
Comparison.
Definition at line 98 of file dbcfile.h.
References Iterator(), DBCFile::Record::offset, and record.
|
inline |
|
private |
Definition at line 109 of file dbcfile.h.
Referenced by Iterator(), Iterator(), operator!=(), operator*(), operator++(), operator->(), operator=(), and operator==().