We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/hoot-core/src/main/cpp/hoot/core/io/ElementVisitorInputStream.h b/hoot-core/src/main/cpp/hoot/core/io/ElementVisitorInputStream.h index 5e1abc6..761f84c 100644 --- a/hoot-core/src/main/cpp/hoot/core/io/ElementVisitorInputStream.h +++ b/hoot-core/src/main/cpp/hoot/core/io/ElementVisitorInputStream.h @@ -71,6 +71,8 @@ public: */ virtual ElementPtr readNextElement(); + ElementVisitorPtr getVisitor() const { return _visitor; } + private: ElementInputStreamPtr _elementSource;