V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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 |