Galois
|
This is the complete list of members for galois::GReduceLogicalAnd, including all inherited members.
getLocal() | galois::Reducible< bool, std::logical_and< bool >, identity_value< bool, true > > | inline |
GReduceLogicalAnd() | galois::GReduceLogicalAnd | inline |
operator()() const | galois::identity_value< bool, true > | inline |
reduce() | galois::Reducible< bool, std::logical_and< bool >, identity_value< bool, true > > | inline |
Reducible(std::logical_and< bool >merge_func, identity_value< bool, true >id_func) | galois::Reducible< bool, std::logical_and< bool >, identity_value< bool, true > > | inline |
reset() | galois::Reducible< bool, std::logical_and< bool >, identity_value< bool, true > > | inline |
update(bool &&rhs) | galois::Reducible< bool, std::logical_and< bool >, identity_value< bool, true > > | inline |
update(const bool &rhs) | galois::Reducible< bool, std::logical_and< bool >, identity_value< bool, true > > | inline |
value_type typedef | galois::Reducible< bool, std::logical_and< bool >, identity_value< bool, true > > |