Plasma Engine  2.0
Loading...
Searching...
No Matches
plListBase< T >::Iterator Struct Reference

A forward-iterator. Allows sequential access from front-to-back. More...

#include <List.h>

Inheritance diagram for plListBase< T >::Iterator:

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 >
 

Detailed Description

template<typename T>
struct plListBase< T >::Iterator

A forward-iterator. Allows sequential access from front-to-back.


The documentation for this struct was generated from the following file: