CLookupAny< T >::CIterator Class Reference
#include <clookup.h>
Inheritance diagram for CLookupAny< T >::CIterator:

Collaboration diagram for CLookupAny< T >::CIterator:

Public Member Functions | |
| CIterator (const CLookupAny *lookup) | |
| bool | next (void *&key, T &value) |
| void | reset () |
Private Attributes | |
| T | m_default_value |
Detailed Description
template<class T>
class CLookupAny< T >::CIterator
Iterator over CLookupAny: visit all <key_pointer, T_value> pairs
Constructor & Destructor Documentation
template<class T >
| CLookupAny< T >::CIterator::CIterator | ( | const CLookupAny * | lookup | ) | [inline] |
Member Function Documentation
template<class T >
| bool CLookupAny< T >::CIterator::next | ( | void *& | key, | |
| T & | value | |||
| ) | [inline] |
template<class T >
| void CLookupAny< T >::CIterator::reset | ( | ) | [inline] |
Reimplemented from CLookupPtr< T >::CIterator.
Member Data Documentation
template<class T >
T CLookupAny< T >::CIterator::m_default_value [private] |
The documentation for this class was generated from the following file:

