|
Galois
|
This is the complete list of members for galois::GAccumulator< T >, including all inherited members.
| GAccumulator() | galois::GAccumulator< T > | inline |
| getLocal() | galois::Reducible< T, std::plus< T >, identity_value_zero< T > > | inline |
| operator()() const | galois::identity_value_zero< T > | inline |
| operator+=(const T &rhs) | galois::GAccumulator< T > | inline |
| operator-=(const T &rhs) | galois::GAccumulator< T > | inline |
| reduce() | galois::Reducible< T, std::plus< T >, identity_value_zero< T > > | inline |
| Reducible(std::plus< T >merge_func, identity_value_zero< T >id_func) | galois::Reducible< T, std::plus< T >, identity_value_zero< T > > | inline |
| reset() | galois::Reducible< T, std::plus< T >, identity_value_zero< T > > | inline |
| update(T &&rhs) | galois::Reducible< T, std::plus< T >, identity_value_zero< T > > | inline |
| update(const T &rhs) | galois::Reducible< T, std::plus< T >, identity_value_zero< T > > | inline |
| value_type typedef | galois::Reducible< T, std::plus< T >, identity_value_zero< T > > |