![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <functional-list.h>
Classes | |
struct | Cons |
class | iterator |
Public Member Functions | |
FunctionalList () | |
bool | operator== (const FunctionalList< A > &other) const |
bool | operator!= (const FunctionalList< A > &other) const |
bool | TriviallyEquals (const FunctionalList< A > &other) const |
const A & | Front () const |
FunctionalList | Rest () const |
void | DropFront () |
void | PushFront (A a, Zone *zone) |
void | PushFront (A a, Zone *zone, FunctionalList hint) |
void | ResetToCommonAncestor (FunctionalList other) |
size_t | Size () const |
void | Clear () |
iterator | begin () const |
iterator | end () const |
Private Attributes | |
Cons * | elements_ |
Definition at line 24 of file functional-list.h.
|
inline |
Definition at line 35 of file functional-list.h.
|
inline |
|
inline |
Definition at line 101 of file functional-list.h.
|
inline |
Definition at line 67 of file functional-list.h.
|
inline |
Definition at line 122 of file functional-list.h.
|
inline |
Definition at line 56 of file functional-list.h.
|
inline |
Definition at line 48 of file functional-list.h.
|
inline |
|
inline |
Definition at line 72 of file functional-list.h.
|
inline |
|
inline |
Definition at line 90 of file functional-list.h.
|
inline |
Definition at line 61 of file functional-list.h.
|
inline |
|
inline |
Definition at line 52 of file functional-list.h.
|
private |
Definition at line 125 of file functional-list.h.