V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
v8::internal::ZoneHandleSet< T >::const_iterator Class Reference

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef std::ptrdiff_t difference_type
 
typedef Handle< Tvalue_type
 
typedef value_type reference
 
typedef value_typepointer
 

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_iteratoroperator++ ()
 
const_iterator operator++ (int)
 

Friends

class ZoneHandleSet< T >
 

Detailed Description

template<typename T>
class v8::internal::ZoneHandleSet< T >::const_iterator

Definition at line 194 of file zone-handle-set.h.


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