vt::elm::ElmIDBits struct

Public static functions

static auto createCollection(bool migratable, NodeType curr_node) -> ElementIDStruct
static auto createObjGroup(ObjGroupProxyType proxy, NodeType node) -> ElementIDStruct
static auto createBareHandler(NodeType node) -> ElementIDStruct
static auto createCollectionImpl(bool migratable, ElementIDType seq_id, NodeType home_node, NodeType curr_node) -> ElementIDStruct
static void setObjGroup(ElementIDType& id, ObjGroupProxyType proxy, NodeType node)
static void setCollectionID(ElementIDType& id, bool migratable, ElementIDType seq_id, NodeType node)
static auto getControlBits(ElementIDType id) -> eElmIDControlBits
static auto isMigratable(ElementIDType id) -> bool
static auto getNode(ElementIDType id) -> NodeType
static auto getObjGroupProxy(ElementIDType id, bool include_node) -> ObjGroupProxyType