cpp-common/bt2: add `bt2::SelfComponentClass`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 1 Dec 2023 19:50:32 +0000 (14:50 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
commitc83761b9ef60278016167607f09a06ff7b636a42
tree17b2df4aa457541e33fc393c1fa33d081dddbd81
parente2a8620d29038f61c5f82c0252ba33aa3b06114b
cpp-common/bt2: add `bt2::SelfComponentClass`

A very straightforward wrapper of `bt_self_component_class`.

I didn't bother wrapping the individual
`bt_self_component_class_source`, `bt_self_component_class_filter`, and
`bt_self_component_class_sink` as they don't offer anything more.

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