#include <GameCommon.h>
Public Types | |
| typedef OBJCLASS *(OBJCLASS::* | GetNextFunc) () const |
Public Member Functions | |
| DLINK_ITERATOR (OBJCLASS *cur, GetNextFunc getNextFunc) | |
| void | advance () |
| Bool | done () const |
| OBJCLASS * | cur () const |
Definition at line 442 of file GameCommon.h.
| typedef OBJCLASS *(OBJCLASS::* DLINK_ITERATOR< OBJCLASS >::GetNextFunc) () const |
Definition at line 446 of file GameCommon.h.
|
inline |
Definition at line 451 of file GameCommon.h.
|
inline |
Definition at line 455 of file GameCommon.h.
|
inline |
Definition at line 466 of file GameCommon.h.
|
inline |
Definition at line 461 of file GameCommon.h.