Q3ValueListConstIterator Class Reference
|
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.
See also 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.
Авторские права © 2010 Nokia Corporation и/или её дочерние компании | Торговые марки | Qt 4.6.4 |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |