V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ZoneHandleSet< T > Class Template Referencefinal

Classes

class  const_iterator
 

Public Member Functions

 ZoneHandleSet (Handle< T > handle)
 
bool is_empty () const
 
size_t size () const
 
Handle< T > at (size_t i) const
 
Handle< T > operator[] (size_t i) const
 
void insert (Handle< T > handle, Zone *zone)
 
bool contains (ZoneHandleSet< T > const &other) const
 
bool contains (Handle< T > other) const
 
void remove (Handle< T > handle, Zone *zone)
 
const_iterator begin () const
 
const_iterator end () const
 

Friends

bool operator== (ZoneHandleSet< T > const &lhs, ZoneHandleSet< T > const &rhs)
 
bool operator!= (ZoneHandleSet< T > const &lhs, ZoneHandleSet< T > const &rhs)
 
size_t hash_value (ZoneHandleSet< T > const &set)
 

Detailed Description

template<typename T>
class v8::internal::ZoneHandleSet< T >

Definition at line 16 of file zone-handle-set.h.


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