|
Unreal Snake Game 1.0.0
|
Public Member Functions | |
| TIntrusiveLinkedListIterator (ElementType *FirstLink) | |
| FORCEINLINE ElementType & | operator-> () const |
| FORCEINLINE ElementType & | operator* () const |
Public Member Functions inherited from SnakeGame::TLinkedListIteratorBase< ElementType > | |
| TLinkedListIteratorBase (ElementType *FirstLink) | |
| FORCEINLINE void | Next () |
| FORCEINLINE TLinkedListIteratorBase & | operator++ () |
| FORCEINLINE TLinkedListIteratorBase | operator++ (int) |
| FORCEINLINE | operator bool () const |
Private Types | |
| typedef TLinkedListIteratorBase< ElementType > | Super |
Additional Inherited Members | |
Protected Attributes inherited from SnakeGame::TLinkedListIteratorBase< ElementType > | |
| ElementType * | CurrentLink |