Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::GChecked< T > Class Template Reference

Conflict-checking wrapper for any type. More...

#include <CheckedObject.h>

Inheritance diagram for galois::GChecked< T >:
galois::runtime::Lockable

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 ()
 

Detailed Description

template<typename T>
class galois::GChecked< T >

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.

Constructor & Destructor Documentation

template<typename T >
template<typename... Args>
galois::GChecked< T >::GChecked ( Args &&...  args)
inline

Member Function Documentation

template<typename T >
T& galois::GChecked< T >::get ( galois::MethodFlag  m = MethodFlag::WRITE)
inline
template<typename T >
const T& galois::GChecked< T >::get ( galois::MethodFlag  m = MethodFlag::WRITE) const
inline

The documentation for this class was generated from the following file: