#include <sources.h>
Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef Participant | value_type |
| typedef ptrdiff_t | difference_type |
| typedef const Participant * | pointer |
| typedef const Participant & | reference |
Public Member Functions | |
| ParticipantsIterator (ParticipantLink *p=NULL) | |
| ParticipantsIterator (const ParticipantsIterator &pi) | |
| reference | operator * () const |
| pointer | operator-> () const |
| ParticipantsIterator & | operator++ () |
| ParticipantsIterator | operator++ (int) |
Friends | |
| bool | operator== (const ParticipantsIterator &l, const ParticipantsIterator &r) |
| bool | operator!= (const ParticipantsIterator &l, const ParticipantsIterator &r) |
Somehow resembles and standard const_iterator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.4