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

Public Attributes

rerun::encodings::Utf8 value
 

Detailed Description

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

This name is only a display label, never an identifier: it is not used to look anything up, and two items may share the same name.


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