![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <threaded-list.h>
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 | |
ConstIterator (Iterator &iterator) | |
ConstIterator & | operator++ () |
bool | operator== (const ConstIterator &other) const |
bool | operator!= (const ConstIterator &other) const |
const T * | operator* () const |
Private Member Functions | |
ConstIterator (T *const *entry) | |
Private Attributes | |
T *const * | entry_ |
Friends | |
class | ThreadedListBase |
Definition at line 230 of file threaded-list.h.
using v8::base::ThreadedListBase< T, BaseClass, TLTraits, kSupportsUnsafeInsertion >::ConstIterator::difference_type = std::ptrdiff_t |
Definition at line 233 of file threaded-list.h.
using v8::base::ThreadedListBase< T, BaseClass, TLTraits, kSupportsUnsafeInsertion >::ConstIterator::iterator_category = std::forward_iterator_tag |
Definition at line 232 of file threaded-list.h.
using v8::base::ThreadedListBase< T, BaseClass, TLTraits, kSupportsUnsafeInsertion >::ConstIterator::pointer = const value_type* |
Definition at line 236 of file threaded-list.h.
using v8::base::ThreadedListBase< T, BaseClass, TLTraits, kSupportsUnsafeInsertion >::ConstIterator::reference = const value_type |
Definition at line 235 of file threaded-list.h.
using v8::base::ThreadedListBase< T, BaseClass, TLTraits, kSupportsUnsafeInsertion >::ConstIterator::value_type = T* |
Definition at line 234 of file threaded-list.h.
|
inline |
Definition at line 240 of file threaded-list.h.
|
inlineexplicitprivate |
Definition at line 256 of file threaded-list.h.
|
inline |
Definition at line 250 of file threaded-list.h.
|
inline |
Definition at line 253 of file threaded-list.h.
|
inline |
Definition at line 243 of file threaded-list.h.
|
inline |
Definition at line 247 of file threaded-list.h.
|
friend |
Definition at line 260 of file threaded-list.h.
|
private |
Definition at line 258 of file threaded-list.h.