V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | difference_type = std::ptrdiff_t |
using | value_type = T * |
using | reference = value_type |
using | pointer = value_type * |
Public Member Functions | |
Iterator & | operator++ () |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
T *& | operator* () |
T * | operator-> () |
Iterator & | operator= (T *entry) |
Friends | |
class | ThreadedListBase |
Definition at line 130 of file threaded-list.h.