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

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef int difference_type
 
typedef std::pair< size_t, Tvalue_type
 
typedef value_type * pointer
 
typedef value_type & reference
 

Public Member Functions

 const_iterator (const ZoneVector< T > *data, size_t current)
 
 const_iterator (const const_iterator &other)
 
value_type operator* () const
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 

Detailed Description

template<class T, T def = DefaultConstruct<T>>
class v8::internal::compiler::NodeAuxData< T, def >::const_iterator

Definition at line 57 of file node-aux-data.h.


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