We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SchemaTreeNodeInsertionHandle
1 parent 924ee18 commit afa15d4Copy full SHA for afa15d4
src/clp_ffi_py/ir/native/PyDeserializer.hpp
@@ -130,11 +130,13 @@ class PyDeserializer {
130
= std::function<clp::ffi::ir_stream::IRErrorCode(clp::ffi::KeyValuePairLogEvent&&)>;
131
using UtcOffsetChangeHandle
132
= std::function<clp::ffi::ir_stream::IRErrorCode(clp::UtcOffset, clp::UtcOffset)>;
133
+ // clang-format off
134
using SchemaTreeNodeInsertionHandle = std::function<clp::ffi::ir_stream::IRErrorCode(
- (bool,
135
- clp::ffi::SchemaTree::NodeLocator,
136
- std::shared_ptr<clp::ffi::SchemaTree const> const&)
+ bool,
+ clp::ffi::SchemaTree::NodeLocator,
137
+ std::shared_ptr<clp::ffi::SchemaTree const> const&
138
)>;
139
+ // clang-format on
140
using EndOfStreamHandle = std::function<clp::ffi::ir_stream::IRErrorCode()>;
141
142
// Constructor
0 commit comments