KRES::Manager< T >::Iterator Class Reference
#include <manager.h>
Public Member Functions | |
| Iterator (const Iterator &it) | |
| T * | operator* () |
| Iterator & | operator++ () |
| Iterator & | operator++ (int) |
| Iterator & | operator-- () |
| Iterator & | operator-- (int) |
| bool | operator== (const Iterator &it) |
| bool | operator!= (const Iterator &it) |
Friends | |
| class | Manager |
Detailed Description
template<class T>
class KRES::Manager< T >::Iterator
class KRES::Manager< T >::Iterator
Iterator for iterations over all resources managed by a manager.
Constructor & Destructor Documentation
◆ Iterator() [1/2]
template<class T >
|
inline |
◆ Iterator() [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:
Trinity API Reference