Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::Name Struct Reference

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_)
 
Nameoperator= (rerun::datatypes::Utf8 value_)
 
 Name (std::string value_)
 
Nameoperator= (std::string value_)
 
 operator rerun::datatypes::Utf8 () const
 Cast to the underlying Utf8 datatype.
 

Public Attributes

rerun::datatypes::Utf8 value
 

Detailed Description

Component: A display name, typically for an entity or a item like a plot series.


The documentation for this struct was generated from the following file: