|
|
| 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 () |
| |
The documentation for this class was generated from the following file: