Project OpenGeode
class ComponentID
Identify a component by its type and a unique index
Functions
ComponentID
cpp
public void ComponentID()
public void ComponentID()
ComponentID
cpp
public void ComponentID(NamedType component_type, uuid id)
public void ComponentID(NamedType component_type, uuid id)
id
cpp
public const uuid & id()
public const uuid & id()
id
cpp
public uuid && id()
public uuid && id()
type
cpp
public const ComponentType & type()
public const ComponentType & type()
type
cpp
public ComponentType && type()
public ComponentType && type()
operator!=
cpp
public bool operator!=(const ComponentID & other)
public bool operator!=(const ComponentID & other)
operator==
cpp
public bool operator==(const ComponentID & other)
public bool operator==(const ComponentID & other)
string
cpp
public basic_string string()
public basic_string string()