SUBJECT< _CT >::ITERATOR Class Reference

#include <mi32/observer.h>

List of all members.

Public Member Functions

 ITERATOR ()
bool operator!= (const ITERATOR &rhs) const
_CT *& operator* () const
ITERATORoperator++ ()
_CT * operator-> ()
bool operator== (const ITERATOR &rhs) const

template<class _CT = class OBSERVER_BASE>
class SUBJECT< _CT >::ITERATOR


Constructor & Destructor Documentation

template<class _CT = class OBSERVER_BASE>
SUBJECT< _CT >::ITERATOR::ITERATOR (  )  [inline]

Default constructor.


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>
ITERATOR& SUBJECT< _CT >::ITERATOR::operator++ (  )  [inline]

Pre-increment operator.

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:

Generated on Sun Oct 7 21:33:53 2012 for TNTsdk 2012 by  doxygen 1.6.1