|
ISLEman
|
Public Types | |
| typedef QValueListIterator< T > | Iterator |
| Typedefs. | |
| typedef QValueListConstIterator< T > | ConstIterator |
| typedef QValueListNode< T > | Node |
| typedef QValueListNode< T > * | NodePtr |
Public Member Functions | |
| QValueListPrivate () | |
| Functions. | |
| QValueListPrivate (const QValueListPrivate< T > &_p) | |
| void | derefAndDelete () |
| 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 | |
| void | ref () |
| bool | deref () |
Public Attributes | |
| NodePtr | node |
| uint | nodes |
Public Attributes inherited from QShared | |
| uint | count |
1.8.12