V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::PersistentMap< Key, Value, Hasher > Class Template Reference

Classes

class  double_iterator
 
struct  FocusedTree
 
class  HashValue
 
class  iterator
 
struct  ZipIterable
 

Public Types

using key_type = Key
 
using mapped_type = Value
 
using value_type = std::pair< Key, Value >
 

Public Member Functions

size_t last_depth () const
 
const ValueGet (const Key &key) const
 
void Set (Key key, Value value)
 
bool operator== (const PersistentMap &other) const
 
bool operator!= (const PersistentMap &other) const
 
iterator begin () const
 
iterator end () const
 
ZipIterable Zip (const PersistentMap &other) const
 
 PersistentMap (Zone *zone, Value def_value=Value())
 

Detailed Description

template<class Key, class Value, class Hasher = base::hash<Key>>
class v8::internal::compiler::PersistentMap< Key, Value, Hasher >

Definition at line 35 of file persistent-map.h.


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