include/relpipe/reader/TypeId.h
branchv_0
changeset 12 2d7109286408
child 29 755978b0935c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/relpipe/reader/TypeId.h	Sat Aug 25 17:04:11 2018 +0200
@@ -0,0 +1,13 @@
+#pragma once
+
+namespace relpipe {
+namespace reader {
+
+enum class TypeId {
+	BOOLEAN = 1,
+	INTEGER = 2,
+	STRING = 3,
+};
+
+}
+}
\ No newline at end of file