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

Public Types

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

Public Member Functions

ConstIteratoroperator++ ()
 
bool operator== (const ConstIterator &other) const
 
bool operator!= (const ConstIterator &other) const
 
const Toperator* () const
 

Friends

class ThreadedListBase
 

Detailed Description

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

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


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