#include <HashSet.h>
List of all members.
Member Typedef Documentation
Member Function Documentation
template<typename T , typename HashTranslator >
| pair< typename HashSet< Value, HashFunctions, Traits >::iterator, bool > WTF::HashSet::add |
( |
const T & |
value | ) |
|
| int WTF::HashSet::capacity |
( |
| ) |
const [inline] |
| void WTF::HashSet::clear |
( |
| ) |
[inline] |
| bool WTF::HashSet::contains |
( |
const ValueType & |
value | ) |
const [inline] |
template<typename T , typename HashTranslator >
| bool WTF::HashSet::contains |
( |
const T & |
value | ) |
const [inline] |
template<typename T , typename HashTranslator >
| HashSet< Value, HashFunctions, Traits >::iterator WTF::HashSet::find |
( |
const T & |
value | ) |
[inline] |
template<typename T , typename HashTranslator >
| HashSet< Value, HashFunctions, Traits >::const_iterator WTF::HashSet::find |
( |
const T & |
value | ) |
const [inline] |
| bool WTF::HashSet::isEmpty |
( |
| ) |
const [inline] |
| void WTF::HashSet::remove |
( |
const ValueType & |
value | ) |
[inline] |
| void WTF::HashSet::remove |
( |
iterator |
it | ) |
[inline] |
| int WTF::HashSet::size |
( |
| ) |
const [inline] |
| void WTF::HashSet::swap |
( |
HashSet & |
other | ) |
[inline] |
Friends And Related Function Documentation
| void deleteAllValues |
( |
const HashSet & |
| ) |
[friend] |
The documentation for this class was generated from the following file: