![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <doubly-threaded-list.h>
Public Member Functions | |
iterator (T head) | |
T | operator* () |
iterator & | operator++ () |
iterator | operator++ (int) |
bool | operator== (end_iterator) |
bool | operator!= (end_iterator) |
Private Attributes | |
friend | DoublyThreadedList |
T | curr_ |
Additional Inherited Members | |
![]() | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Definition at line 36 of file doubly-threaded-list.h.
|
inlineexplicit |
Definition at line 38 of file doubly-threaded-list.h.
|
inline |
Definition at line 56 of file doubly-threaded-list.h.
|
inline |
Definition at line 40 of file doubly-threaded-list.h.
|
inline |
|
inline |
|
inline |
Definition at line 55 of file doubly-threaded-list.h.
|
private |
Definition at line 60 of file doubly-threaded-list.h.
|
private |
Definition at line 59 of file doubly-threaded-list.h.