![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <hashmap.h>


Data Structures | |
| class | Iterator |
| struct | value_type |
Public Member Functions | |
| STATIC_ASSERT (sizeof(Key *)==sizeof(void *)) | |
| STATIC_ASSERT (sizeof(Value *)==sizeof(void *)) | |
| TemplateHashMap (typename TemplateHashMapImpl< AllocationPolicy >::MatchFun match, AllocationPolicy allocator=AllocationPolicy()) | |
| Iterator | begin () const |
| Iterator | end () const |
| Iterator | find (Key *key, bool insert=false, AllocationPolicy allocator=AllocationPolicy()) |
|
inline |
| STATIC_ASSERT | ( | sizeof(Key *) | = =sizeof(void *) | ) |
| STATIC_ASSERT | ( | sizeof(Value *) | = =sizeof(void *) | ) |