#include <iqueue.h>
Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef SyncSource | value_type |
| typedef ptrdiff_t | difference_type |
| typedef const SyncSource * | pointer |
| typedef const SyncSource & | reference |
Public Member Functions | |
| SyncSourcesIterator (SyncSourceLink *l=NULL) | |
| SyncSourcesIterator (const SyncSourcesIterator &si) | |
| reference | operator * () const |
| pointer | operator-> () const |
| SyncSourcesIterator & | operator++ () |
| SyncSourcesIterator | operator++ (int) |
Friends | |
| bool | operator== (const SyncSourcesIterator &l, const SyncSourcesIterator &r) |
| bool | operator!= (const SyncSourcesIterator &l, const SyncSourcesIterator &r) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.4