tbx
0.7.5
|
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 |
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.