WTF
HashCountedSet.h File Reference
#include "Assertions.h"
#include "HashMap.h"
#include "Vector.h"
Include dependency graph for HashCountedSet.h:

Go to the source code of this file.
Namespaces | |
namespace | WTF |
Classes | |
class | WTF::HashCountedSet< Value, HashFunctions, Traits > |
Functions | |
template<typename Value, typename HashFunctions, typename Traits> | |
void | WTF::copyToVector (const HashCountedSet< Value, HashFunctions, Traits > &collection, Vector< Value > &vector) |
template<typename Value, typename HashFunctions, typename Traits, typename VectorType> | |
void | WTF::copyToVector (const HashCountedSet< Value, HashFunctions, Traits > &collection, VectorType &vector) |