|
Rerun C++ SDK
|
Component: The class identifier of view, e.g. More...
#include <rerun/blueprint/components/view_class.hpp>
Public Member Functions | |
| ViewClass (rerun::datatypes::Utf8 value_) | |
| ViewClass & | operator= (rerun::datatypes::Utf8 value_) |
| ViewClass (std::string value_) | |
| ViewClass & | operator= (std::string value_) |
| operator rerun::datatypes::Utf8 () const | |
| Cast to the underlying Utf8 datatype. | |
Public Attributes | |
| rerun::datatypes::Utf8 | value |
Component: The class identifier of view, e.g.
"2D", "TextLog", ….
⚠ This type is unstable and may change significantly in a way that the data won't be backwards compatible.