V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
maybe_const< T > & | operator* () const |
maybe_const< T > * | operator-> () const |
bool | operator== (const ZoneChunkListIterator &other) const |
bool | operator!= (const ZoneChunkListIterator &other) const |
ZoneChunkListIterator & | operator++ () |
ZoneChunkListIterator | operator++ (int) |
ZoneChunkListIterator & | operator-- () |
ZoneChunkListIterator | operator-- (int) |
void | Advance (int amount) |
Friends | |
class | ZoneChunkList< T > |
Additional Inherited Members | |
Public Types inherited from v8::base::iterator< std::bidirectional_iterator_tag, T > | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef T | value_type |
typedef std::ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | reference |
Definition at line 19 of file zone-chunk-list.h.