Declare enum type to use from C++
authorFrancis Giraldeau <francis.giraldeau@gmail.com>
Fri, 13 Sep 2013 20:19:20 +0000 (16:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 Sep 2013 20:57:22 +0000 (13:57 -0700)
commit8b8dcf935f871ff858e56b1dc7ee547b5efb2e36
tree8799255596aae7e3ca19e66b57a4d10216651cb2
parent513413e14a7273784ba04f10f8e2ebfef40cdb6c
Declare enum type to use from C++

Anonymous enum can't be referenced from C++. to fix this issue, declare enum
bt_iter_pos_type and use this type in struct bt_iter_pos.

Signed-off-by: Francis Giraldeau <francis.giraldeau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/iterator.h
This page took 0.026464 seconds and 4 git commands to generate.