bootstrap: Standardize on autoreconf -vi
[babeltrace.git] / bindings / python / python-complements.h
index 0e38e6b2ac4ce2574dbb538bbe7f03b0e693da65..3176ba64ede94c6c4399b21a968eba6c634e6873 100644 (file)
@@ -71,3 +71,11 @@ const char *_bt_python_get_sequence_string(struct bt_definition *field);
 /* ctf writer */
 int _bt_python_field_integer_get_signedness(const struct bt_ctf_field *field);
 enum ctf_type_id _bt_python_get_field_type(const struct bt_ctf_field *field);
+
+/* iterator */
+struct bt_iter_pos *_bt_python_create_iter_pos(void);
+struct bt_ctf_iter *_bt_python_ctf_iter_create_intersect(
+               struct bt_context *ctx,
+               struct bt_iter_pos *inter_begin_pos,
+               struct bt_iter_pos *inter_end_pos);
+int _bt_python_trace_collection_has_intersection(struct bt_context *ctx);
This page took 0.023578 seconds and 4 git commands to generate.