The Q3ValueListConstIterator class provides a const iterator for Q3ValueList . 更多...
| 头: | #include <Q3ValueListConstIterator> |
| 继承: | QLinkedList<T>::const_iterator |
| Q3ValueListConstIterator () | |
| Q3ValueListConstIterator (const Q3ValueListConstIterator & o ) | |
| Q3ValueListConstIterator (const QLinkedList<T>::const_iterator & o ) | |
| Q3ValueListConstIterator (const QLinkedList<T>::iterator & o ) |
The Q3ValueListConstIterator class provides a const iterator for Q3ValueList .
In contrast to Q3ValueListIterator , this class is used to iterate over a const list. It does not allow modification of the values of the list since that would break const semantics.
You can create the appropriate const iterator type by using the
const_iterator
typedef provided by
Q3ValueList
.
For more information on Q3ValueList iterators, see Q3ValueListIterator .
另请参阅 Q3ValueListIterator and Q3ValueList .
Constructs an unitialized iterator.
Constructs a copy of iterator o .
Constructs a copy of iterator o .
Constructs a copy of iterator o .