Rerun C++ SDK
|
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_) | |
Text & | operator= (rerun::datatypes::Utf8 value_) |
Text (std::string value_) | |
Text & | operator= (std::string value_) |
operator rerun::datatypes::Utf8 () const | |
Cast to the underlying Utf8 datatype. | |
Public Attributes | |
rerun::datatypes::Utf8 | value |
Component: A string of text, e.g. for labels and text documents.