ISLEman
Public Types | Public Member Functions | Public Attributes | List of all members
QValueListPrivate< T > Class Template Reference
Inheritance diagram for QValueListPrivate< T >:
QShared

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
 

The documentation for this class was generated from the following file: