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

#include <sparse-bit-vector.h>

Inheritance diagram for v8::internal::SparseBitVector::Iterator:
Collaboration diagram for v8::internal::SparseBitVector::Iterator:

Classes

struct  EndTag
 

Public Member Functions

 Iterator (EndTag)
 
 Iterator (const Segment *segment)
 
int operator* () const
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 
void operator++ ()
 

Private Attributes

const Segmentsegment_ = nullptr
 
int bit_in_segment_ = 0
 

Additional Inherited Members

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

Detailed Description

Definition at line 45 of file sparse-bit-vector.h.

Constructor & Destructor Documentation

◆ Iterator() [1/2]

v8::internal::SparseBitVector::Iterator::Iterator ( EndTag )
inlineexplicit

Definition at line 49 of file sparse-bit-vector.h.

◆ Iterator() [2/2]

v8::internal::SparseBitVector::Iterator::Iterator ( const Segment * segment)
inlineexplicit

Definition at line 50 of file sparse-bit-vector.h.

Here is the call graph for this function:

Member Function Documentation

◆ operator!=()

bool v8::internal::SparseBitVector::Iterator::operator!= ( const Iterator & other) const
inline

Definition at line 80 of file sparse-bit-vector.h.

◆ operator*()

int v8::internal::SparseBitVector::Iterator::operator* ( ) const
inline

Definition at line 68 of file sparse-bit-vector.h.

Here is the call graph for this function:

◆ operator++()

void v8::internal::SparseBitVector::Iterator::operator++ ( )
inline

Definition at line 82 of file sparse-bit-vector.h.

Here is the call graph for this function:

◆ operator==()

bool v8::internal::SparseBitVector::Iterator::operator== ( const Iterator & other) const
inline

Definition at line 75 of file sparse-bit-vector.h.

Member Data Documentation

◆ bit_in_segment_

int v8::internal::SparseBitVector::Iterator::bit_in_segment_ = 0
private

Definition at line 116 of file sparse-bit-vector.h.

◆ segment_

const Segment* v8::internal::SparseBitVector::Iterator::segment_ = nullptr
private

Definition at line 115 of file sparse-bit-vector.h.


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