![]() |
Plasma Engine
2.0
|
A forward-iterator. Allows sequential access from front-to-back. More...
#include <List.h>
Public Member Functions | |
PL_DECLARE_POD_TYPE () | |
Iterator () | |
Constructor. | |
T & | operator* () |
Accesses the element stored in the node. | |
T * | operator-> () |
Accesses the element stored in the node. | |
Friends | |
class | plListBase< T > |
A forward-iterator. Allows sequential access from front-to-back.