tbx  0.7.5
Public Member Functions | Friends | List of all members
tbx::SafeList< T >::Iterator Class Reference

Simple class to iterate through the list. More...

#include <safelist.h>

Public Member Functions

 Iterator (SafeList &list)
 Construct the iterator for the list.
 
T * next ()
 Get next pointer from the list.
 

Friends

class SafeList
 

Detailed Description

template<class T>
class tbx::SafeList< T >::Iterator

Simple class to iterate through the list.

Only one iterator can be used on the list at a time. Items can be safely removed from the list while progressing through the iterator.


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