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

#include <reglist-base.h>

Inheritance diagram for v8::internal::RegListBase< RegisterT >::Iterator:
Collaboration diagram for v8::internal::RegListBase< RegisterT >::Iterator:

Public Member Functions

RegisterT operator* ()
 
Iteratoroperator++ ()
 
bool operator== (Iterator other)
 
bool operator!= (Iterator other)
 

Private Member Functions

 Iterator (RegListBase< RegisterT > remaining)
 

Private Attributes

RegListBase< RegisterT > remaining_
 

Friends

class RegListBase
 

Additional Inherited Members

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

Detailed Description

template<typename RegisterT>
class v8::internal::RegListBase< RegisterT >::Iterator

Definition at line 154 of file reglist-base.h.

Constructor & Destructor Documentation

◆ Iterator()

template<typename RegisterT >
v8::internal::RegListBase< RegisterT >::Iterator::Iterator ( RegListBase< RegisterT > remaining)
inlineexplicitprivate

Definition at line 166 of file reglist-base.h.

Member Function Documentation

◆ operator!=()

template<typename RegisterT >
bool v8::internal::RegListBase< RegisterT >::Iterator::operator!= ( Iterator other)
inline

Definition at line 163 of file reglist-base.h.

◆ operator*()

template<typename RegisterT >
RegisterT v8::internal::RegListBase< RegisterT >::Iterator::operator* ( )
inline

Definition at line 157 of file reglist-base.h.

◆ operator++()

template<typename RegisterT >
Iterator & v8::internal::RegListBase< RegisterT >::Iterator::operator++ ( )
inline

Definition at line 158 of file reglist-base.h.

◆ operator==()

template<typename RegisterT >
bool v8::internal::RegListBase< RegisterT >::Iterator::operator== ( Iterator other)
inline

Definition at line 162 of file reglist-base.h.

Friends And Related Symbol Documentation

◆ RegListBase

template<typename RegisterT >
friend class RegListBase
friend

Definition at line 167 of file reglist-base.h.

Member Data Documentation

◆ remaining_

template<typename RegisterT >
RegListBase<RegisterT> v8::internal::RegListBase< RegisterT >::Iterator::remaining_
private

Definition at line 169 of file reglist-base.h.


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