V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef std::ptrdiff_t | difference_type |
typedef Node * | value_type |
typedef const value_type * | pointer |
typedef value_type & | reference |
Public Member Functions | |
const_iterator (const const_iterator &other)=default | |
Node * | operator* () const |
bool | operator== (const const_iterator &other) const |
bool | operator!= (const const_iterator &other) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator+= (difference_type offset) |
const_iterator | operator+ (difference_type offset) const |
difference_type | operator- (const const_iterator &other) const |
Friends | |
class | Node::Inputs |