Flutter Engine
The Flutter Engine
|
#include <SkTHash.h>
Classes | |
class | Iter |
Public Member Functions | |
THashTable ()=default | |
~THashTable ()=default | |
THashTable (const THashTable &that) | |
THashTable (THashTable &&that) | |
THashTable & | operator= (const THashTable &that) |
THashTable & | operator= (THashTable &&that) |
void | reset () |
int | count () const |
int | capacity () const |
size_t | approxBytesUsed () const |
void | swap (THashTable &that) |
void | swap (THashTable &&that) |
T * | set (T val) |
T * | find (const K &key) const |
T | findOrNull (const K &key) const |
bool | removeIfExists (const K &key) |
void | remove (const K &key) |
void | resize (int capacity) |
template<typename Fn > | |
void | foreach (Fn &&fn) |
template<typename Fn > | |
void | foreach (Fn &&fn) const |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 135 of file SkTHash.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |