Q3ValueListConstIterator Class
The Q3ValueListConstIterator class provides a const iterator for Q3ValueList. More...
Header: | #include <Q3ValueListConstIterator> |
Inherits: | QLinkedList<T>::const_iterator |
Public Functions
Q3ValueListConstIterator() | |
Q3ValueListConstIterator(const Q3ValueListConstIterator & o) | |
Q3ValueListConstIterator(const QLinkedList<T>::const_iterator & o) | |
Q3ValueListConstIterator(const QLinkedList<T>::iterator & o) |
- 13 public functions inherited from QLinkedList::const_iterator
Detailed Description
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.
See also Q3ValueListIterator and Q3ValueList.
Member Function Documentation
Q3ValueListConstIterator::Q3ValueListConstIterator()
Constructs an unitialized iterator.
Q3ValueListConstIterator::Q3ValueListConstIterator(const Q3ValueListConstIterator & o)
Constructs a copy of iterator o.
Q3ValueListConstIterator::Q3ValueListConstIterator(const QLinkedList<T>::const_iterator & o)
Constructs a copy of iterator o.
Q3ValueListConstIterator::Q3ValueListConstIterator(const QLinkedList<T>::iterator & o)
Constructs a copy of iterator o.
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.