include/typedefs.h
branchv_0
changeset 10 7fe3975f7e4b
parent 9 517888868e55
child 11 83c3cf486bdf
--- a/include/typedefs.h	Sun Jul 15 00:43:42 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#pragma once
-
-#include <cstdint>
-#include <string>
-
-namespace relpipe {
-namespace reader {
-
-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