aboutsummaryrefslogtreecommitdiff
path: root/include/openvic-dataloader/ParseData.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvic-dataloader/ParseData.hpp')
-rw-r--r--include/openvic-dataloader/ParseData.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/openvic-dataloader/ParseData.hpp b/include/openvic-dataloader/ParseData.hpp
new file mode 100644
index 0000000..8bec7d2
--- /dev/null
+++ b/include/openvic-dataloader/ParseData.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <string>
+
+namespace ovdl {
+ struct ParseData {
+ const std::string production_name;
+ const unsigned int context_start_line;
+ const unsigned int context_start_column;
+ };
+} \ No newline at end of file