Galois::GAtomic< bool > Class Template Reference
#include <Atomic.h>
List of all members.
Public Member Functions |
| | GAtomic (bool i) |
| | Initialize with a value.
|
| | operator bool () const |
| | conversion operator to base data type
|
| bool | operator= (bool i) |
| | assign from underlying type
|
| bool | operator= (const GAtomic< bool > &i) |
| | assignment operator
|
| bool | cas (bool expected, bool updated) |
| | direct compare and swap
|
Private Attributes |
| bool | val |
template<>
class Galois::GAtomic< bool >
Constructor & Destructor Documentation
Member Function Documentation
conversion operator to base data type
assign from underlying type
Member Data Documentation
The documentation for this class was generated from the following file: