Rerun C++ SDK
|
Component: A recording URI (Uniform Resource Identifier). More...
#include <rerun/components/recording_uri.hpp>
Public Member Functions | |
RecordingUri (rerun::datatypes::Utf8 recording_uri_) | |
RecordingUri & | operator= (rerun::datatypes::Utf8 recording_uri_) |
RecordingUri (std::string value_) | |
RecordingUri & | operator= (std::string value_) |
operator rerun::datatypes::Utf8 () const | |
Cast to the underlying Utf8 datatype. | |
Public Attributes | |
rerun::datatypes::Utf8 | recording_uri |
Component: A recording URI (Uniform Resource Identifier).