SUBJECT< _CT >::ITERATOR Class Reference
#include <mi32/observer.h>
List of all members.
template<class _CT = class OBSERVER_BASE>
class SUBJECT< _CT >::ITERATOR
Constructor & Destructor Documentation
template<class _CT = class OBSERVER_BASE>
| SUBJECT< _CT >::ITERATOR::ITERATOR |
( |
|
) |
[inline] |
Member Function Documentation
template<class _CT = class OBSERVER_BASE>
| bool SUBJECT< _CT >::ITERATOR::operator!= |
( |
const ITERATOR & |
rhs |
) |
const [inline] |
template<class _CT = class OBSERVER_BASE>
| _CT*& SUBJECT< _CT >::ITERATOR::operator* |
( |
|
) |
const [inline] |
Dereference operator - returns ref to item.
template<class _CT = class OBSERVER_BASE>
template<class _CT = class OBSERVER_BASE>
| _CT* SUBJECT< _CT >::ITERATOR::operator-> |
( |
|
) |
[inline] |
Dereference operator ptr to item.
template<class _CT = class OBSERVER_BASE>
| bool SUBJECT< _CT >::ITERATOR::operator== |
( |
const ITERATOR & |
rhs |
) |
const [inline] |
The documentation for this class was generated from the following file: