![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef std::ptrdiff_t | difference_type |
typedef Handle< T > | value_type |
typedef value_type | reference |
typedef value_type * | pointer |
Public Member Functions | |
const_iterator (const const_iterator &other) | |
reference | operator* () const |
bool | operator== (const const_iterator &other) const |
bool | operator!= (const const_iterator &other) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
Friends | |
class | ZoneHandleSet< T > |
Definition at line 194 of file zone-handle-set.h.