#include </home/clem/local/src/opie/qmake/include/qvaluelist.h>
Public Types | |
| typedef QValueListNode< T > * | NodePtr |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef T | value_type |
| typedef size_t | size_type |
| typedef ptrdiff_t | difference_type |
| typedef const T * | pointer |
| typedef const T & | reference |
Public Member Functions | |
| QValueListConstIterator () | |
| QValueListConstIterator (NodePtr p) | |
| QValueListConstIterator (const QValueListConstIterator< T > &it) | |
| QValueListConstIterator (const QValueListIterator< T > &it) | |
| bool | operator== (const QValueListConstIterator< T > &it) const |
| bool | operator!= (const QValueListConstIterator< T > &it) const |
| const T & | operator * () const |
| QValueListConstIterator< T > & | operator++ () |
| QValueListConstIterator< T > | operator++ (int) |
| QValueListConstIterator< T > & | operator-- () |
| QValueListConstIterator< T > | operator-- (int) |
Public Attributes | |
| NodePtr | node |
|
|||||
|
Definition at line 164 of file qvaluelist.h. |
|
|||||
|
Definition at line 159 of file qvaluelist.h. |
|
|||||
|
Typedefs Definition at line 157 of file qvaluelist.h. |
|
|||||
|
Definition at line 168 of file qvaluelist.h. |
|
|||||
|
Definition at line 169 of file qvaluelist.h. |
|
|||||
|
Definition at line 162 of file qvaluelist.h. |
|
|||||
|
Definition at line 161 of file qvaluelist.h. |
|
|||||||||
|
Functions Definition at line 179 of file qvaluelist.h. |
|
||||||||||
|
Definition at line 180 of file qvaluelist.h. |
|
||||||||||
|
Definition at line 181 of file qvaluelist.h. |
|
||||||||||
|
Definition at line 182 of file qvaluelist.h. |
|
|||||||||
|
Definition at line 186 of file qvaluelist.h. References QValueListNode< T >::data, and QValueListConstIterator< T >::node. |
|
||||||||||
|
Definition at line 185 of file qvaluelist.h. References QValueListConstIterator< T >::node. |
|
||||||||||
|
Definition at line 195 of file qvaluelist.h. References QValueListNode< T >::next, and QValueListConstIterator< T >::node. |
|
|||||||||
|
Definition at line 190 of file qvaluelist.h. References QValueListNode< T >::next, and QValueListConstIterator< T >::node. |
|
||||||||||
|
Definition at line 206 of file qvaluelist.h. References QValueListConstIterator< T >::node, and QValueListNode< T >::prev. |
|
|||||||||
|
Definition at line 201 of file qvaluelist.h. References QValueListConstIterator< T >::node, and QValueListNode< T >::prev. |
|
||||||||||
|
Definition at line 184 of file qvaluelist.h. References QValueListConstIterator< T >::node. |
|
|||||
|
Variables Definition at line 174 of file qvaluelist.h. Referenced by QValueListConstIterator< T >::operator *(), QValueListConstIterator< T >::operator!=(), QValueListConstIterator< T >::operator++(), QValueListConstIterator< T >::operator--(), and QValueListConstIterator< T >::operator==(). |
1.4.2