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

#include <zone-compact-set.h>

Collaboration diagram for v8::internal::ZoneCompactSet< T >::const_iterator:

Public Types

using iterator_category = std::forward_iterator_tag
 
using difference_type = std::ptrdiff_t
 
using value_type = T
 
using reference = value_type
 
using pointer = value_type*
 

Public Member Functions

 const_iterator (const const_iterator &other)=default
 
const_iteratoroperator= (const const_iterator &other)=default
 
reference operator* () const
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
difference_type operator- (const const_iterator &other) const
 

Private Member Functions

 const_iterator (const ZoneCompactSet< T > *set, size_t current)
 

Private Attributes

const ZoneCompactSet< T > * set_
 
size_t current_
 

Friends

class ZoneCompactSet< T >
 

Detailed Description

template<typename T>
class v8::internal::ZoneCompactSet< T >::const_iterator

Definition at line 315 of file zone-compact-set.h.

Member Typedef Documentation

◆ difference_type

template<typename T >
using v8::internal::ZoneCompactSet< T >::const_iterator::difference_type = std::ptrdiff_t

Definition at line 318 of file zone-compact-set.h.

◆ iterator_category

template<typename T >
using v8::internal::ZoneCompactSet< T >::const_iterator::iterator_category = std::forward_iterator_tag

Definition at line 317 of file zone-compact-set.h.

◆ pointer

template<typename T >
using v8::internal::ZoneCompactSet< T >::const_iterator::pointer = value_type*

Definition at line 321 of file zone-compact-set.h.

◆ reference

template<typename T >
using v8::internal::ZoneCompactSet< T >::const_iterator::reference = value_type

Definition at line 320 of file zone-compact-set.h.

◆ value_type

template<typename T >
using v8::internal::ZoneCompactSet< T >::const_iterator::value_type = T

Definition at line 319 of file zone-compact-set.h.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

template<typename T >
v8::internal::ZoneCompactSet< T >::const_iterator::const_iterator ( const const_iterator & other)
default

◆ const_iterator() [2/2]

template<typename T >
v8::internal::ZoneCompactSet< T >::const_iterator::const_iterator ( const ZoneCompactSet< T > * set,
size_t current )
inlineexplicitprivate

Definition at line 348 of file zone-compact-set.h.

Member Function Documentation

◆ operator!=()

template<typename T >
bool v8::internal::ZoneCompactSet< T >::const_iterator::operator!= ( const const_iterator & other) const
inline

Definition at line 330 of file zone-compact-set.h.

◆ operator*()

template<typename T >
reference v8::internal::ZoneCompactSet< T >::const_iterator::operator* ( ) const
inline

Definition at line 326 of file zone-compact-set.h.

◆ operator++() [1/2]

template<typename T >
const_iterator & v8::internal::ZoneCompactSet< T >::const_iterator::operator++ ( )
inline

Definition at line 333 of file zone-compact-set.h.

Here is the call graph for this function:

◆ operator++() [2/2]

template<typename T >
const_iterator v8::internal::ZoneCompactSet< T >::const_iterator::operator++ ( int )

◆ operator-()

template<typename T >
difference_type v8::internal::ZoneCompactSet< T >::const_iterator::operator- ( const const_iterator & other) const
inline

Definition at line 340 of file zone-compact-set.h.

◆ operator=()

template<typename T >
const_iterator & v8::internal::ZoneCompactSet< T >::const_iterator::operator= ( const const_iterator & other)
default

◆ operator==()

template<typename T >
bool v8::internal::ZoneCompactSet< T >::const_iterator::operator== ( const const_iterator & other) const
inline

Definition at line 327 of file zone-compact-set.h.

Friends And Related Symbol Documentation

◆ ZoneCompactSet< T >

template<typename T >
friend class ZoneCompactSet< T >
friend

Definition at line 340 of file zone-compact-set.h.

Member Data Documentation

◆ current_

template<typename T >
size_t v8::internal::ZoneCompactSet< T >::const_iterator::current_
private

Definition at line 352 of file zone-compact-set.h.

◆ set_

template<typename T >
const ZoneCompactSet<T>* v8::internal::ZoneCompactSet< T >::const_iterator::set_
private

Definition at line 351 of file zone-compact-set.h.


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