#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 T * | pointer |
| typedef T & | reference |
Public Member Functions | |
| QValueListIterator () | |
| QValueListIterator (NodePtr p) | |
| QValueListIterator (const QValueListIterator< T > &it) | |
| bool | operator== (const QValueListIterator< T > &it) const |
| bool | operator!= (const QValueListIterator< T > &it) const |
| const T & | operator * () const |
| T & | operator * () |
| QValueListIterator< T > & | operator++ () |
| QValueListIterator< T > | operator++ (int) |
| QValueListIterator< T > & | operator-- () |
| QValueListIterator< T > | operator-- (int) |
| QValueListIterator< T > & | operator+= (int j) |
| QValueListIterator< T > & | operator-= (int j) |
Public Attributes | |
| NodePtr | node |
|
|||||
|
Definition at line 88 of file qvaluelist.h. |
|
|||||
|
Definition at line 83 of file qvaluelist.h. |
|
|||||
|
Typedefs Definition at line 81 of file qvaluelist.h. |
|
|||||
|
Definition at line 92 of file qvaluelist.h. |
|
|||||
|
Definition at line 93 of file qvaluelist.h. |
|
|||||
|
Definition at line 86 of file qvaluelist.h. |
|
|||||
|
Definition at line 85 of file qvaluelist.h. |
|
|||||||||
|
Functions Definition at line 103 of file qvaluelist.h. |
|
||||||||||
|
Definition at line 104 of file qvaluelist.h. |
|
||||||||||
|
Definition at line 105 of file qvaluelist.h. |
|
|||||||||
|
Definition at line 110 of file qvaluelist.h. References QValueListNode< T >::data, and QValueListIterator< T >::node. |
|
|||||||||
|
Definition at line 109 of file qvaluelist.h. References QValueListNode< T >::data, and QValueListIterator< T >::node. |
|
||||||||||
|
Definition at line 108 of file qvaluelist.h. References QValueListIterator< T >::node. |
|
||||||||||
|
Definition at line 119 of file qvaluelist.h. References QValueListNode< T >::next, and QValueListIterator< T >::node. |
|
|||||||||
|
Definition at line 114 of file qvaluelist.h. References QValueListNode< T >::next, and QValueListIterator< T >::node. |
|
||||||||||
|
Definition at line 136 of file qvaluelist.h. References QValueListNode< T >::next, and QValueListIterator< T >::node. |
|
||||||||||
|
Definition at line 130 of file qvaluelist.h. References QValueListIterator< T >::node, and QValueListNode< T >::prev. |
|
|||||||||
|
Definition at line 125 of file qvaluelist.h. References QValueListIterator< T >::node, and QValueListNode< T >::prev. |
|
||||||||||
|
Definition at line 142 of file qvaluelist.h. References QValueListIterator< T >::node, and QValueListNode< T >::prev. |
|
||||||||||
|
Definition at line 107 of file qvaluelist.h. References QValueListIterator< T >::node. |
|
|||||
|
Variables Definition at line 98 of file qvaluelist.h. Referenced by QValueListIterator< T >::operator *(), QValueListIterator< T >::operator!=(), QValueListIterator< T >::operator++(), QValueListIterator< T >::operator+=(), QValueListIterator< T >::operator--(), QValueListIterator< T >::operator-=(), and QValueListIterator< T >::operator==(). |
1.4.2