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