V8 Project
|
#include <ast.h>
Additional Inherited Members | |
![]() | |
EnumSet (int bits=0) | |
bool | IsEmpty () const |
bool | Contains (AstPropertiesFlag element) const |
bool | ContainsAnyOf (const EnumSet &set) const |
void | Add (AstPropertiesFlag element) |
void | Add (const EnumSet &set) |
void | Remove (AstPropertiesFlag element) |
void | Remove (const EnumSet &set) |
void | RemoveAll () |
void | Intersect (const EnumSet &set) |
int | ToIntegral () const |
bool | operator== (const EnumSet &set) |
bool | operator!= (const EnumSet &set) |
EnumSet< AstPropertiesFlag, int > | operator| (const EnumSet &set) const |