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

Public Member Functions

const value_type operator* () const
 
iteratoroperator++ ()
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
bool operator< (const iterator &other) const
 
bool is_end () const
 
const Valuedef_value ()
 

Static Public Member Functions

static iterator begin (const FocusedTree *tree, Value def_value)
 
static iterator end (Value def_value)
 

Detailed Description

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

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


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