include/TypeId.h
branchv_0
changeset 13 e7234dd45166
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/TypeId.h	Sat Jul 21 23:46:29 2018 +0200
@@ -0,0 +1,13 @@
+#pragma once
+
+namespace relpipe {
+namespace writer {
+
+enum class TypeId {
+	BOOLEAN = 1,
+	INTEGER = 2,
+	STRING = 3,
+};
+
+}
+}
\ No newline at end of file