V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ZoneChunkListIterator< T, backwards, modifiable > Class Template Reference
Inheritance diagram for v8::internal::ZoneChunkListIterator< T, backwards, modifiable >:
v8::base::iterator< std::bidirectional_iterator_tag, T >

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
 
ZoneChunkListIteratoroperator++ ()
 
ZoneChunkListIterator operator++ (int)
 
ZoneChunkListIteratoroperator-- ()
 
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 Tpointer
 
typedef Treference
 

Detailed Description

template<typename T, bool backwards, bool modifiable>
class v8::internal::ZoneChunkListIterator< T, backwards, modifiable >

Definition at line 19 of file zone-chunk-list.h.


The documentation for this class was generated from the following file: