v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::FunctionalList< A >::iterator Class Reference

#include <functional-list.h>

Inheritance diagram for v8::internal::compiler::FunctionalList< A >::iterator:
Collaboration diagram for v8::internal::compiler::FunctionalList< A >::iterator:

Public Member Functions

 iterator (Cons *cur)
 
const Aoperator* () const
 
iteratoroperator++ ()
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 

Private Attributes

Conscurrent_
 

Additional Inherited Members

- Public Types inherited from v8::base::iterator< std::forward_iterator_tag, A >
using iterator_category
 
using value_type
 
using difference_type
 
using pointer
 
using reference
 

Detailed Description

template<class A>
class v8::internal::compiler::FunctionalList< A >::iterator

Definition at line 103 of file functional-list.h.

Constructor & Destructor Documentation

◆ iterator()

template<class A >
v8::internal::compiler::FunctionalList< A >::iterator::iterator ( Cons * cur)
inlineexplicit

Definition at line 105 of file functional-list.h.

Member Function Documentation

◆ operator!=()

template<class A >
bool v8::internal::compiler::FunctionalList< A >::iterator::operator!= ( const iterator & other) const
inline

Definition at line 115 of file functional-list.h.

◆ operator*()

template<class A >
const A & v8::internal::compiler::FunctionalList< A >::iterator::operator* ( ) const
inline

Definition at line 107 of file functional-list.h.

◆ operator++()

template<class A >
iterator & v8::internal::compiler::FunctionalList< A >::iterator::operator++ ( )
inline

Definition at line 108 of file functional-list.h.

◆ operator==()

template<class A >
bool v8::internal::compiler::FunctionalList< A >::iterator::operator== ( const iterator & other) const
inline

Definition at line 112 of file functional-list.h.

Member Data Documentation

◆ current_

template<class A >
Cons* v8::internal::compiler::FunctionalList< A >::iterator::current_
private

Definition at line 118 of file functional-list.h.


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