Rerun C++ SDK
|
Component: A path to an entity, usually to reference some data that is part of the target entity. More...
#include <rerun/components/entity_path.hpp>
Public Member Functions | |
EntityPath (std::string_view path_) | |
EntityPath (const char *path_) | |
EntityPath (rerun::datatypes::EntityPath value_) | |
EntityPath & | operator= (rerun::datatypes::EntityPath value_) |
EntityPath (std::string path_) | |
EntityPath & | operator= (std::string path_) |
operator rerun::datatypes::EntityPath () const | |
Cast to the underlying EntityPath datatype. | |
Public Attributes | |
rerun::datatypes::EntityPath | value |
Component: A path to an entity, usually to reference some data that is part of the target entity.