Q3ValueListConstIterator Class

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 .

成員函數文檔編製

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 .