V8 Project
|
Public Member Functions | |
State () | |
State (byte bits) | |
![]() | |
EnumSet (byte bits=0) | |
bool | IsEmpty () const |
bool | Contains (CompareNilType element) const |
bool | ContainsAnyOf (const EnumSet &set) const |
void | Add (CompareNilType element) |
void | Add (const EnumSet &set) |
void | Remove (CompareNilType element) |
void | Remove (const EnumSet &set) |
void | RemoveAll () |
void | Intersect (const EnumSet &set) |
byte | ToIntegral () const |
bool | operator== (const EnumSet &set) |
bool | operator!= (const EnumSet &set) |
EnumSet< CompareNilType, byte > | operator| (const EnumSet &set) const |
Definition at line 1382 of file code-stubs.h.
|
inline |
Definition at line 1384 of file code-stubs.h.
|
inlineexplicit |
Definition at line 1385 of file code-stubs.h.