V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::Node::Inputs::const_iterator Class Referencefinal

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef std::ptrdiff_t difference_type
 
typedef Nodevalue_type
 
typedef const value_typepointer
 
typedef value_typereference
 

Public Member Functions

 const_iterator (const const_iterator &other)=default
 
Nodeoperator* () const
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator+= (difference_type offset)
 
const_iterator operator+ (difference_type offset) const
 
difference_type operator- (const const_iterator &other) const
 

Friends

class Node::Inputs
 

Detailed Description

Definition at line 482 of file node.h.


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