KRES::Manager< T >::ActiveIterator Class Reference
#include <manager.h>
Detailed Description
template<class T>
class KRES::Manager< T >::ActiveIterator
Iterator for iterations over only active resources managed by a manager.
Definition at line 127 of file manager.h.
Public Member Functions | |
ActiveIterator () | |
ActiveIterator (const ActiveIterator &it) | |
T * | operator * () |
ActiveIterator & | operator++ () |
ActiveIterator & | operator++ (int) |
ActiveIterator & | operator-- () |
ActiveIterator & | operator-- (int) |
bool | operator== (const ActiveIterator &it) |
bool | operator!= (const ActiveIterator &it) |
Friends | |
class | Manager |
The documentation for this class was generated from the following file: