Galois
|
#include "galois/config.h"
Go to the source code of this file.
Namespaces | |
galois | |
The Galois namespace containing all Galois structures and functions. | |
Enumerations | |
enum | galois::MethodFlag : char { galois::MethodFlag::UNPROTECTED = 0, galois::MethodFlag::WRITE = 1, galois::MethodFlag::READ = 2, galois::MethodFlag::INTERNAL_MASK = 3, galois::MethodFlag::PREVIOUS = 4 } |
What should the runtime do when executing a method. More... | |
Functions | |
MethodFlag | galois::operator& (MethodFlag x, MethodFlag y) |
Bitwise & for method flags. More... | |
MethodFlag | galois::operator| (MethodFlag x, MethodFlag y) |
Bitwise | for method flags. More... | |