Rerun C++ SDK
|
Component: A timeline identified by its name. More...
#include <rerun/blueprint/components/timeline_name.hpp>
Public Member Functions | |
TimelineName (rerun::datatypes::Utf8 value_) | |
TimelineName & | operator= (rerun::datatypes::Utf8 value_) |
TimelineName (std::string value_) | |
TimelineName & | operator= (std::string value_) |
operator rerun::datatypes::Utf8 () const | |
Cast to the underlying Utf8 datatype. | |
Public Attributes | |
rerun::datatypes::Utf8 | value |
Component: A timeline identified by its name.