V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy > Class Template Reference
Inheritance diagram for v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >:
v8::base::TemplateHashMapImpl< void *, void *, HashEqualityThenKeyMatcher< void *, MatchFun >, AllocationPolicy >

Classes

class  Iterator
 
struct  value_type
 

Public Member Functions

 STATIC_ASSERT (sizeof(Key *)==sizeof(void *))
 
 STATIC_ASSERT (sizeof(Value *)==sizeof(void *))
 
 TemplateHashMap (MatchFun match, AllocationPolicy allocator=AllocationPolicy())
 
Iterator begin () const
 
Iterator end () const
 
Iterator find (Key *key, bool insert=false, AllocationPolicy allocator=AllocationPolicy())
 

Detailed Description

template<class Key, class Value, class MatchFun, class AllocationPolicy>
class v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >

Definition at line 446 of file hashmap.h.


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