Conflict-checking wapper for any type. More...
#include <ConflictCheck.h>
Public Member Functions | |
GChecked (const T &v) | |
T & | get (Galois::Graph::MethodFlag m=ALL) const |
Private Attributes | |
T | val |
Conflict-checking wapper for any type.
A wrapper which performs global conflict detection on the enclosed object. This enables arbitrary types to be managed by the Galois runtime.
Galois::GChecked< T >::GChecked | ( | const T & | v | ) | [inline] |
T& Galois::GChecked< T >::get | ( | Galois::Graph::MethodFlag | m = ALL |
) | const [inline] |
T Galois::GChecked< T >::val [private] |