Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::components::QueryExpression Struct Reference

Component: An individual query expression used to filter a set of datatypes::EntityPaths. More...

#include <rerun/blueprint/components/query_expression.hpp>

Public Member Functions

 QueryExpression (rerun::datatypes::Utf8 filter_)
 
QueryExpressionoperator= (rerun::datatypes::Utf8 filter_)
 
 QueryExpression (std::string value_)
 
QueryExpressionoperator= (std::string value_)
 
 operator rerun::datatypes::Utf8 () const
 Cast to the underlying Utf8 datatype.
 

Public Attributes

rerun::datatypes::Utf8 filter
 

Detailed Description

Component: An individual query expression used to filter a set of datatypes::EntityPaths.

Each expression is either an inclusion or an exclusion expression. Inclusions start with an optional + and exclusions must start with a -.

Multiple expressions are combined together as part of SpaceViewContents.

The /&zwj;** suffix matches the whole subtree, i.e. self and any child, recursively (/world/&zwj;** matches both /world and /world/car/driver). Other uses of * are not (yet) supported.


The documentation for this struct was generated from the following file: