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 .