![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <functional-list.h>
Public Member Functions | |
| iterator (Cons *cur) | |
| const A & | operator* () const |
| iterator & | operator++ () |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
Private Attributes | |
| Cons * | current_ |
Additional Inherited Members | |
Public Types inherited from v8::base::iterator< std::forward_iterator_tag, A > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
Definition at line 103 of file functional-list.h.
|
inlineexplicit |
Definition at line 105 of file functional-list.h.
|
inline |
Definition at line 115 of file functional-list.h.
|
inline |
Definition at line 107 of file functional-list.h.
|
inline |
Definition at line 108 of file functional-list.h.
|
inline |
Definition at line 112 of file functional-list.h.
|
private |
Definition at line 118 of file functional-list.h.