include/relpipe/writer/AttributeMetadata.h
branchv_0
changeset 27 a64afb2d24c9
child 29 142bdbba520f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/relpipe/writer/AttributeMetadata.h	Sun Sep 09 23:20:57 2018 +0200
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "TypeId.h"
+
+namespace relpipe {
+namespace writer {
+
+class AttributeMetadata {
+public:
+	string_t attributeName;
+	relpipe::writer::TypeId typeId;
+};
+
+}
+}
\ No newline at end of file