Rerun C++ SDK
|
Component: A string-based ID representing a node in a graph. More...
#include <rerun/components/graph_node.hpp>
Public Member Functions | |
GraphNode (const char *value_) | |
Create a new graph edge from a c string. | |
GraphNode (rerun::datatypes::Utf8 id_) | |
GraphNode & | operator= (rerun::datatypes::Utf8 id_) |
GraphNode (std::string value_) | |
GraphNode & | operator= (std::string value_) |
operator rerun::datatypes::Utf8 () const | |
Cast to the underlying Utf8 datatype. | |
Public Attributes | |
rerun::datatypes::Utf8 | id |
Component: A string-based ID representing a node in a graph.