XII Release 0.1.0
Loading...
Searching...
No Matches
xiiListBase< T >::Iterator Struct Reference

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

#include <List.h>

Inheritance diagram for xiiListBase< T >::Iterator:
[legend]

Public Member Functions

 XII_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 xiiListBase< T >
 

Detailed Description

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

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


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