include/relpipe/reader/Factory.h
branchv_0
changeset 14 e8de089f95dd
child 17 ec750c536705
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/relpipe/reader/Factory.h	Sat Aug 25 18:16:53 2018 +0200
@@ -0,0 +1,14 @@
+#pragma once
+
+#include <iostream>
+
+namespace relpipe {
+namespace reader {
+
+class Factory {
+public:
+	static RelationalReader* create(std::istream &input);
+};
+
+}
+}
\ No newline at end of file