ISLEman
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
QMap< Key, T > Class Template Reference

Public Types

typedef QMapIterator< Key, T > Iterator
 Typedefs.
 
typedef QMapConstIterator< Key, T > ConstIterator
 
typedef T ValueType
 
typedef QMapPrivate< Key, T > Priv
 

Public Member Functions

 QMap ()
 API.
 
 QMap (const QMap< Key, T > &m)
 
QMap< Key, T > & operator= (const QMap< Key, T > &m)
 
Iterator begin ()
 
Iterator end ()
 
ConstIterator begin () const
 
ConstIterator end () const
 
Iterator find (const Key &k)
 
ConstIterator find (const Key &k) const
 
T & operator[] (const Key &k)
 
const T & operator[] (const Key &k) const
 
bool contains (const Key &k) const
 
uint count () const
 
bool isEmpty () const
 
Iterator insert (const Key &key, const T &value)
 
void remove (Iterator it)
 
void remove (const Key &k)
 
Iterator replace (const Key &k, const T &v)
 
void clear ()
 

Protected Member Functions

void detach ()
 Helpers.
 

Protected Attributes

Privsh
 

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