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

Public Member Functions

 EnumSet (T bits=0)
 
bool IsEmpty () const
 
bool Contains (E element) const
 
bool ContainsAnyOf (const EnumSet &set) const
 
void Add (E element)
 
void Add (const EnumSet &set)
 
void Remove (E element)
 
void Remove (const EnumSet &set)
 
void RemoveAll ()
 
void Intersect (const EnumSet &set)
 
T ToIntegral () const
 
bool operator== (const EnumSet &set)
 
bool operator!= (const EnumSet &set)
 
EnumSet operator| (const EnumSet &set) const
 

Detailed Description

template<class E, class T = int>
class v8::internal::EnumSet< E, T >

Definition at line 876 of file utils.h.


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