#include <qvaluelist.h>
Public Types | |
typedef QValueListIterator< T > | Iterator |
typedef QValueListConstIterator< T > | ConstIterator |
typedef QValueListNode< T > | Node |
typedef QValueListNode< T > * | NodePtr |
Public Member Functions | |
QValueListPrivate () | |
QValueListPrivate (const QValueListPrivate< T > &_p) | |
void | derefAndDelete () |
~QValueListPrivate () | |
Iterator | insert (Iterator it, const T &x) |
Iterator | remove (Iterator it) |
NodePtr | find (NodePtr start, const T &x) const |
int | findIndex (NodePtr start, const T &x) const |
uint | contains (const T &x) const |
void | remove (const T &x) |
NodePtr | at (uint i) const |
void | clear () |
Public Member Functions inherited from QShared | |
QShared () | |
void | ref () |
bool | deref () |
Public Attributes | |
NodePtr | node |
uint | nodes |
Public Attributes inherited from QShared | |
uint | count |
Definition at line 171 of file qvaluelist.h.
typedef QValueListConstIterator<T> QValueListPrivate< T >::ConstIterator |
Definition at line 178 of file qvaluelist.h.
typedef QValueListIterator<T> QValueListPrivate< T >::Iterator |
Typedefs
Definition at line 177 of file qvaluelist.h.
typedef QValueListNode<T> QValueListPrivate< T >::Node |
Definition at line 179 of file qvaluelist.h.
typedef QValueListNode<T>* QValueListPrivate< T >::NodePtr |
Definition at line 180 of file qvaluelist.h.
|
inline |
|
inline |
Definition at line 186 of file qvaluelist.h.
|
inline |
Definition at line 205 of file qvaluelist.h.
|
inline |
Definition at line 283 of file qvaluelist.h.
|
inline |
Definition at line 291 of file qvaluelist.h.
|
inline |
Definition at line 260 of file qvaluelist.h.
|
inline |
Definition at line 195 of file qvaluelist.h.
|
inline |
Definition at line 236 of file qvaluelist.h.
|
inline |
Definition at line 247 of file qvaluelist.h.
|
inline |
Definition at line 215 of file qvaluelist.h.
|
inline |
Definition at line 225 of file qvaluelist.h.
|
inline |
Definition at line 272 of file qvaluelist.h.
NodePtr QValueListPrivate< T >::node |
Definition at line 302 of file qvaluelist.h.
uint QValueListPrivate< T >::nodes |
Definition at line 303 of file qvaluelist.h.