v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::Graph::OpIndexIterator Class Reference

#include <graph.h>

Inheritance diagram for v8::internal::compiler::turboshaft::Graph::OpIndexIterator:
Collaboration diagram for v8::internal::compiler::turboshaft::Graph::OpIndexIterator:

Public Types

using value_type = OpIndex
 
- Public Types inherited from v8::base::iterator< std::bidirectional_iterator_tag, OpIndex, std::ptrdiff_t, OpIndex *, OpIndex >
using iterator_category
 
using value_type
 
using difference_type
 
using pointer
 
using reference
 

Public Member Functions

 OpIndexIterator (OpIndex index, const Graph *graph)
 
value_type operator* () const
 
OpIndexIteratoroperator++ ()
 
OpIndexIteratoroperator-- ()
 
bool operator!= (OpIndexIterator other) const
 
bool operator== (OpIndexIterator other) const
 

Private Attributes

OpIndex index_
 
const Graph *const graph_
 

Detailed Description

Definition at line 872 of file graph.h.

Member Typedef Documentation

◆ value_type

Constructor & Destructor Documentation

◆ OpIndexIterator()

v8::internal::compiler::turboshaft::Graph::OpIndexIterator::OpIndexIterator ( OpIndex index,
const Graph * graph )
inlineexplicit

Definition at line 878 of file graph.h.

Member Function Documentation

◆ operator!=()

bool v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator!= ( OpIndexIterator other) const
inline

Definition at line 889 of file graph.h.

◆ operator*()

value_type v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator* ( ) const
inline

Definition at line 880 of file graph.h.

◆ operator++()

OpIndexIterator & v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator++ ( )
inline

Definition at line 881 of file graph.h.

◆ operator--()

OpIndexIterator & v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator-- ( )
inline

Definition at line 885 of file graph.h.

◆ operator==()

bool v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator== ( OpIndexIterator other) const
inline

Definition at line 893 of file graph.h.

Member Data Documentation

◆ graph_

const Graph* const v8::internal::compiler::turboshaft::Graph::OpIndexIterator::graph_
private

Definition at line 897 of file graph.h.

◆ index_

OpIndex v8::internal::compiler::turboshaft::Graph::OpIndexIterator::index_
private

Definition at line 896 of file graph.h.


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