include/relpipe/writer/typedefs.h
branchv_0
changeset 20 bef6648e79b1
parent 3 cdfb91189c9e
child 29 142bdbba520f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/relpipe/writer/typedefs.h	Mon Aug 13 20:30:55 2018 +0200
@@ -0,0 +1,15 @@
+#pragma once
+
+#include <cstdint>
+#include <string>
+
+namespace relpipe {
+namespace writer {
+
+using octet_t = uint8_t;
+using integer_t = uint64_t;
+using boolean_t = bool;
+using string_t = std::wstring;
+
+}
+}
\ No newline at end of file