diff -r 98b901d7bb95 -r bef6648e79b1 include/relpipe/writer/typedefs.h --- /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 +#include + +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