![]() |
TrinityCore
|
#include <PointKDTree.h>
Public Member Functions | |
| bool | operator!= (const Iterator &other) 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 MemberTable::Iterator &it) | |
Private Attributes | |
| MemberTable::Iterator | it |
Friends | |
| class | TreeType |
C++ STL style iterator variable. See begin(). Overloads the -> (dereference) operator, so this acts like a pointer to the current member.
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
Pre increment.
|
inline |
Post increment (slower than preincrement).
|
inline |
|
inline |
|
friend |
|
private |
1.8.8