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

Component: A string of text, e.g. for labels and text documents. More...

#include <rerun/components/text.hpp>

Public Member Functions

 Text (const char *str)
 Construct Text from a null-terminated UTF8 string.
 
const char * c_str () const
 
 Text (rerun::datatypes::Utf8 value_)
 
Textoperator= (rerun::datatypes::Utf8 value_)
 
 Text (std::string value_)
 
Textoperator= (std::string value_)
 
 operator rerun::datatypes::Utf8 () const
 Cast to the underlying Utf8 datatype.
 

Public Attributes

rerun::datatypes::Utf8 value
 

Detailed Description

Component: A string of text, e.g. for labels and text documents.


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