Rerun C++ SDK
|
Component: A display name, typically for an entity or a item like a plot series. More...
#include <rerun/components/name.hpp>
Public Member Functions | |
Name (const char *str) | |
Construct Name from a null-terminated UTF8 string. | |
const char * | c_str () const |
Name (rerun::datatypes::Utf8 value_) | |
Name & | operator= (rerun::datatypes::Utf8 value_) |
Name (std::string value_) | |
Name & | operator= (std::string value_) |
operator rerun::datatypes::Utf8 () const | |
Cast to the underlying Utf8 datatype. | |
Public Attributes | |
rerun::datatypes::Utf8 | value |
Component: A display name, typically for an entity or a item like a plot series.