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

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef std::ptrdiff_t difference_type
 
typedef Edge value_type
 
typedef Edgepointer
 
typedef Edgereference
 

Public Member Functions

 iterator (const iterator &other)=default
 
Edge operator* () const
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator+= (difference_type offset)
 
iterator operator+ (difference_type offset) const
 
difference_type operator- (const iterator &other) const
 

Friends

class Node
 

Detailed Description

Definition at line 423 of file node.h.


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