ctf: move ctf_visitor_generate_ir to header file
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 9 Apr 2024 20:29:13 +0000 (16:29 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Apr 2024 17:57:53 +0000 (13:57 -0400)
commit0f80c86bc57274cb8cf0b088dd78e9d18824c051
tree8f0a52c28f0dd0dcae5c12efe4559d23bdfdc085
parent1e690349e56f6aed18afca0730159a6c374171c6
ctf: move ctf_visitor_generate_ir to header file

Move ctf_visitor_generate_ir to the `ast.h` header file, the header file
containing all the declarations for the CTF 1 metadata visitors.  This
will allow exposing it as a proper C++ class and remove the accessor
functions.

Change-Id: Ic13494d0040ee9e2214ecca45d8ea2e7b75ec4fa
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8162
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12264
Tested-by: jenkins <jenkins@lttng.org>
src/plugins/ctf/common/src/metadata/tsdl/ast.hpp
src/plugins/ctf/common/src/metadata/tsdl/visitor-generate-ir.cpp
This page took 0.024633 seconds and 4 git commands to generate.