Galois
|
Conflict-checking wrapper for any type. More...
#include <CheckedObject.h>
Public Member Functions | |
template<typename... Args> | |
GChecked (Args &&...args) | |
T & | get (galois::MethodFlag m=MethodFlag::WRITE) |
const T & | get (galois::MethodFlag m=MethodFlag::WRITE) const |
Public Member Functions inherited from galois::runtime::Lockable | |
Lockable () | |
Conflict-checking wrapper for any type.
Performs global conflict detection on the enclosed object. This enables arbitrary types to be managed by the Galois runtime.
|
inline |
|
inline |
|
inline |