webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
bmalloc::Map< Key, Value, Hash > Class Template Reference

#include <Map.h>

Classes

struct  Bucket
 

Public Member Functions

size_t size ()
 
size_t capacity ()
 
Valueget (const Key &key)
 
void set (const Key &key, const Value &value)
 
Value remove (const Key &key)
 
size_t size ()
 
size_t capacity ()
 
Valueget (const Key &key)
 
void set (const Key &key, const Value &value)
 
Value remove (const Key &key)
 

Member Function Documentation

◆ capacity() [1/2]

template<typename Key, typename Value, typename Hash>
size_t bmalloc::Map< Key, Value, Hash >::capacity ( )
inline

◆ capacity() [2/2]

template<typename Key, typename Value, typename Hash>
size_t bmalloc::Map< Key, Value, Hash >::capacity ( )
inline

◆ get() [1/2]

template<typename Key, typename Value, typename Hash>
Value& bmalloc::Map< Key, Value, Hash >::get ( const Key key)
inline

◆ get() [2/2]

template<typename Key, typename Value, typename Hash>
Value& bmalloc::Map< Key, Value, Hash >::get ( const Key key)
inline

◆ remove() [1/2]

template<typename Key, typename Value, typename Hash>
Value bmalloc::Map< Key, Value, Hash >::remove ( const Key key)
inline

◆ remove() [2/2]

template<typename Key, typename Value, typename Hash>
Value bmalloc::Map< Key, Value, Hash >::remove ( const Key key)
inline

◆ set() [1/2]

template<typename Key, typename Value, typename Hash>
void bmalloc::Map< Key, Value, Hash >::set ( const Key key,
const Value value 
)
inline

◆ set() [2/2]

template<typename Key, typename Value, typename Hash>
void bmalloc::Map< Key, Value, Hash >::set ( const Key key,
const Value value 
)
inline

◆ size() [1/2]

template<typename Key, typename Value, typename Hash>
size_t bmalloc::Map< Key, Value, Hash >::size ( )
inline

◆ size() [2/2]

template<typename Key, typename Value, typename Hash>
size_t bmalloc::Map< Key, Value, Hash >::size ( )
inline

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