STL-compatible iterator for SimpleQueue.
More...
#include <SimpleQueue.hxx>
|
| QMember ** | link_ |
| | **link == *this for the iterator semantics.
|
| |
STL-compatible iterator for SimpleQueue.
Definition at line 84 of file SimpleQueue.hxx.
◆ iterator()
| SimpleQueue::iterator::iterator |
( |
QMember ** |
link | ) |
|
|
inline |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
| bool SimpleQueue::iterator::operator!= |
( |
const iterator & |
o | ) |
const |
|
inline |
◆ operator*()
| QMember & SimpleQueue::iterator::operator* |
( |
| ) |
|
|
inline |
◆ operator++()
| iterator & SimpleQueue::iterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator->()
| QMember * SimpleQueue::iterator::operator-> |
( |
| ) |
|
|
inline |
◆ operator==() [1/2]
◆ operator==() [2/2]
| bool SimpleQueue::iterator::operator== |
( |
const iterator & |
o | ) |
const |
|
inline |
◆ SimpleQueue
◆ link_
| QMember** SimpleQueue::iterator::link_ |
|
private |
**link == *this for the iterator semantics.
Points to the pointer **to the entry **this.
Definition at line 126 of file SimpleQueue.hxx.
The documentation for this class was generated from the following file: