Hasty Badger
Small UI library (a branch of Turbo Badger)
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
tb::TBLinkListOf< T >::Iterator Class Reference

Typed iterator for safe iteration. More...

#include <tb_linklist.h>

Inheritance diagram for tb::TBLinkListOf< T >::Iterator:
tb::TBLinkListIterator

Public Member Functions

 Iterator (TBLinkListOf< T > *linklistof, bool forward)
 
 Iterator (TBLinkListOf< T > *linklistof, T *link, bool forward)
 
T * Get () const
 
T * GetAndStep ()
 
 operator T * () const
 

Detailed Description

template<class T>
class tb::TBLinkListOf< T >::Iterator

Typed iterator for safe iteration.

For more info, see TBLinkListIterator.


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