WTF::HashMap Class Reference
#include <HashMap.h>
Inheritance diagram for WTF::HashMap:

Public Types | |
| typedef KeyTraits::TraitType | KeyType |
| typedef MappedTraits::TraitType | MappedType |
| typedef ValueTraits::TraitType | ValueType |
Public Member Functions | |
| pair< iterator, bool > | add (const KeyType &, const MappedType &) |
| iterator | begin () |
| const_iterator | begin () const |
| int | capacity () const |
| void | clear () |
| bool | contains (const KeyType &) const |
| iterator | end () |
| const_iterator | end () const |
| iterator | find (const KeyType &) |
| const_iterator | find (const KeyType &) const |
| MappedType | get (const KeyType &) const |
| bool | isEmpty () const |
| void | remove (const KeyType &) |
| void | remove (iterator) |
| pair< iterator, bool > | set (const KeyType &, const MappedType &) |
| int | size () const |
| void | swap (HashMap &) |
| MappedType | take (const KeyType &) |
Member Typedef Documentation
| typedef KeyTraits::TraitType WTF::HashMap::KeyType |
| typedef MappedTraits::TraitType WTF::HashMap::MappedType |
Member Function Documentation
| pair< typename HashMap< RefPtr< T >, U, V, W, X >::iterator, bool > WTF::HashMap::add | ( | const KeyType & | key, |
| const MappedType & | mapped | ||
| ) |
| HashMap< RefPtr< T >, U, V, W, X >::const_iterator WTF::HashMap::begin | ( | ) | const [inline] |
| bool WTF::HashMap::contains | ( | const KeyType & | key | ) | const [inline] |
| HashMap< RefPtr< T >, U, V, W, X >::const_iterator WTF::HashMap::end | ( | ) | const [inline] |
| HashMap< RefPtr< T >, U, V, W, X >::const_iterator WTF::HashMap::find | ( | const KeyType & | key | ) | const [inline] |
| HashMap< RefPtr< T >, U, V, W, MappedTraits >::MappedType WTF::HashMap::get | ( | const KeyType & | key | ) | const |
| pair< typename HashMap< RefPtr< T >, U, V, W, X >::iterator, bool > WTF::HashMap::set | ( | const KeyType & | key, |
| const MappedType & | mapped | ||
| ) |
| HashMap< RefPtr< T >, U, V, W, MappedTraits >::MappedType WTF::HashMap::take | ( | const KeyType & | key | ) |
The documentation for this class was generated from the following files:
KDE 4.7 API Reference