#include <Accumulator.h>
Public Member Functions | |
GAccumulator (const T &val=T()) | |
GAccumulator & | operator+= (const T &rhs) |
GAccumulator & | operator-= (const T &rhs) |
Private Types | |
typedef GReducible< T, ReduceAssignWrap< std::plus< T > > > | SuperType |
typedef GReducible<T, ReduceAssignWrap<std::plus<T> > > Galois::GAccumulator< T >::SuperType [private] |
Galois::GAccumulator< T >::GAccumulator | ( | const T & | val = T() |
) | [inline, explicit] |
GAccumulator& Galois::GAccumulator< T >::operator+= | ( | const T & | rhs | ) | [inline] |
GAccumulator& Galois::GAccumulator< T >::operator-= | ( | const T & | rhs | ) | [inline] |