V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::ThreadedListBase< T, BaseClass, TLTraits >::Iterator Class Referencefinal

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

Iteratoroperator++ ()
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 
T *& operator* ()
 
T * operator-> ()
 
Iteratoroperator= (T *entry)
 

Friends

class ThreadedListBase
 

Detailed Description

template<typename T, typename BaseClass, typename TLTraits = ThreadedListTraits<T>>
class v8::base::ThreadedListBase< T, BaseClass, TLTraits >::Iterator

Definition at line 130 of file threaded-list.h.


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