vt::objgroup::proxy::ObjGroupProxy struct

Public static functions

static auto create(ObjGroupIDType id, NodeType node, bool coll) -> ObjGroupProxyType
static void setControl(ObjGroupProxyType& proxy, bool is_objgroup = true)
static void setIsCollective(ObjGroupProxyType& proxy, bool is_coll)
static void setNode(ObjGroupProxyType& proxy, NodeType const& node)
static void setID(ObjGroupProxyType& proxy, ObjGroupIDType id)
static auto isControl(ObjGroupProxyType proxy) -> bool
static auto isCollective(ObjGroupProxyType proxy) -> bool
static auto getNode(ObjGroupProxyType proxy) -> NodeType
static auto getID(ObjGroupProxyType proxy) -> ObjGroupIDType