#include <Iterators.hpp>
List of all members.
Public Member Functions |
| | TConstMapIterator () |
| | TConstMapIterator (const IMapIterator< TKeyType, T > *pIt, bool bAllocPointer=false) |
| | TConstMapIterator (const TConstMapIterator< TKeyType, T > &rIt) |
| TConstMapIterator< TKeyType, T > & | operator= (const TConstMapIterator< TKeyType, T > &rIt) |
| TConstMapIterator< TKeyType, T > & | operator= (const IMapIterator< TKeyType, T > *pIt) |
| bool | operator== (const TConstMapIterator< TKeyType, T > &rWrapper) const |
| bool | operator== (const IMapIterator< TKeyType, T > *pIt) const |
| bool | operator!= (const TConstMapIterator< TKeyType, T > &rWrapper) const |
| bool | operator!= (const IMapIterator< TKeyType, T > *pIt) const |
Detailed Description
template<class TKeyType, class T>
class zeus::TConstMapIterator< TKeyType, T >
Implementation of the map iterator wrapper for const iterations
Constructor & Destructor Documentation
template<class TKeyType, class T>
template<class TKeyType, class T>
Creates an Interface Smart pointer
- Parameters:
-
| pIt | : Iterator Interface |
| bAllocPointer | : If this flag is true the pointer will be allocated with addRef() |
template<class TKeyType, class T>
Member Function Documentation
template<class TKeyType, class T>
Equals operator
- Parameters:
-
| rWrapper | : Interface wrapper |
template<class TKeyType, class T>
Equals operator
- Parameters:
-
template<class TKeyType, class T>
Assign operator
- Parameters:
-
template<class TKeyType, class T>
assign operator
- Parameters:
-
template<class TKeyType, class T>
Equals operator
- Parameters:
-
| rWrapper | : Interface wrapper |
template<class TKeyType, class T>
Equals operator
- Parameters:
-
The documentation for this class was generated from the following file: