cpp-common/bt2: add C++ query executor bindings
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 14 Feb 2024 16:12:07 +0000 (11:12 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 19 Feb 2024 18:10:15 +0000 (13:10 -0500)
commit230ec73afe8bf139f205562225932611d0e4e256
tree8b743dfff152f432e158b6d258c4a7c72106f8fd
parent50761a490c57a6d5730868eaff73f3ca97d7793b
cpp-common/bt2: add C++ query executor bindings

Add C++ bindings for query executors.

Create a query executor with the `bt2::QueryExecutor::create()` static
methods (with or without query data).

Perform a query with the `bt2::QueryExecutor::query()` method.

Change-Id: I1db634dfd423b031be7577291d4de02b7fb0df5b
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11808
Tested-by: jenkins <jenkins@lttng.org>
src/Makefile.am
src/cpp-common/bt2/query-executor.hpp [new file with mode: 0644]
This page took 0.025622 seconds and 4 git commands to generate.