KRES::Manager< T >::ActiveIterator Class Reference
#include <manager.h>
Public Member Functions | |
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 |
Detailed Description
template<class T>
class KRES::Manager< T >::ActiveIterator
class KRES::Manager< T >::ActiveIterator
Iterator for iterations over only active resources managed by a manager.
Constructor & Destructor Documentation
◆ ActiveIterator() [1/2]
template<class T >
|
inline |
◆ ActiveIterator() [2/2]
template<class T >
|
inline |
Member Function Documentation
◆ operator!=()
template<class T >
|
inline |
◆ operator*()
template<class T >
|
inline |
◆ operator++() [1/2]
template<class T >
|
inline |
◆ operator++() [2/2]
template<class T >
|
inline |
◆ operator--() [1/2]
template<class T >
|
inline |
◆ operator--() [2/2]
template<class T >
|
inline |
◆ operator==()
template<class T >
|
inline |
Friends And Related Function Documentation
◆ Manager
The documentation for this class was generated from the following file: