diff -r 517888868e55 -r 7fe3975f7e4b include/relpipe/reader/typedefs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/relpipe/reader/typedefs.h Mon Aug 13 21:30:32 2018 +0200 @@ -0,0 +1,15 @@ +#pragma once + +#include +#include + +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