TrinityCore
|
#include <Set.h>
Public Member Functions | |
bool | operator!= (const Iterator &other) const |
bool | isValid () const |
bool | hasMore () const |
bool | operator== (const Iterator &other) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
const T & | operator* () const |
T * | operator-> () const |
operator T * () const | |
Private Member Functions | |
Iterator (const typename Table< T, bool >::Iterator &it) | |
Private Attributes | |
Table< T, bool >::Iterator | it |
Friends | |
class | Set< T > |
C++ STL style iterator variable. See begin().
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Pre increment.
|
inline |
Post increment (slower than preincrement).
|
inline |
|
inline |
|
friend |
|
private |