X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2Ftest_class.hpp;fp=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2Ftest_class.hpp;h=aa518e425fba349dd93633dbe5fab1b0f1443ad4;hp=0000000000000000000000000000000000000000;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp new file mode 100644 index 000000000..aa518e425 --- /dev/null +++ b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2018 Francis Deslauriers + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * + */ + +class test_class +{ +public: + test_class(); + void test_method(); + volatile int test_member; +}; + +