Add `bt2::CommonArrayValueIterator` to iterate on `bt2::CommonArrayValue` container
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 1 Feb 2022 14:05:18 +0000 (09:05 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 11 Sep 2023 15:24:02 +0000 (11:24 -0400)
commit3a34361189fd69c82934ae4b95713b272ccc5e55
tree79d2c2feef44bd8acf76926f9439cb0aa15abff2
parent0e733f80a39413148f4f279b91f4f35c7a638527
Add `bt2::CommonArrayValueIterator` to iterate on `bt2::CommonArrayValue` container

This commit implements an array value input iterator and adds `begin()` and
`end()` methods to the `CommonArrayValue` container class.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I2e3c502bd5b11a507fc4643cee27b48b06a6c4a8
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7322
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7193
Tested-by: jenkins <jenkins@lttng.org>
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>
src/cpp-common/bt2/value.hpp
This page took 0.0259 seconds and 4 git commands to generate.