![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Classes | |
| class | ConstIterator |
| class | Iterator |
Public Member Functions | |
| void | Add (T *v) |
| void | AddFront (T *v) |
| void | DropHead () |
| bool | Contains (T *v) |
| void | Append (ThreadedListBase &&list) |
| void | Prepend (ThreadedListBase &&list) |
| void | Clear () |
| ThreadedListBase & | operator= (ThreadedListBase &&other) V8_NOEXCEPT |
| ThreadedListBase (ThreadedListBase &&other) V8_NOEXCEPT | |
| bool | Remove (T *v) |
| Iterator | begin () |
| Iterator | end () |
| ConstIterator | begin () const |
| ConstIterator | end () const |
| void | Rewind (Iterator reset_point) |
| void | MoveTail (ThreadedListBase *from_list, Iterator from_location) |
| bool | is_empty () const |
| T * | first () const |
| int | LengthForTest () |
| T * | AtForTest (int i) |
| bool | Verify () |
Definition at line 29 of file threaded-list.h.