Container for whatever information is needed to describe a Group's subgroups and shards. More...
#include <subgroup_info.hpp>
Public Member Functions | |
SubgroupInfo (const shard_view_generator_t &subgroup_membership_function) | |
Public Attributes | |
const shard_view_generator_t | subgroup_membership_function |
The function that generates all the SubViews for a View. More... | |
Container for whatever information is needed to describe a Group's subgroups and shards.
Definition at line 89 of file subgroup_info.hpp.
|
inline |
Definition at line 95 of file subgroup_info.hpp.
const shard_view_generator_t derecho::SubgroupInfo::subgroup_membership_function |
The function that generates all the SubViews for a View.
Definition at line 93 of file subgroup_info.hpp.