src/format.h
branchv_0
changeset 4 da021e58c946
parent 1 c80d55cdb42d
equal deleted inserted replaced
3:630c54da42c9 4:da021e58c946
     2 
     2 
     3 #include <cstdint>
     3 #include <cstdint>
     4 #include <string>
     4 #include <string>
     5 
     5 
     6 namespace relpipe {
     6 namespace relpipe {
     7 namespace writer {
     7 namespace reader {
     8 
     8 
     9 const integer_t DATA_TYPE_ID_BOOLEAN = 1;
     9 const integer_t DATA_TYPE_ID_BOOLEAN = 1;
    10 const integer_t DATA_TYPE_ID_INTEGER = 2;
    10 const integer_t DATA_TYPE_ID_INTEGER = 2;
    11 const integer_t DATA_TYPE_ID_STRING = 3;
    11 const integer_t DATA_TYPE_ID_STRING = 3;
    12 
    12