![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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 Value & | Get (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()) | |
Definition at line 35 of file persistent-map.h.