src/format.h
branchv_0
changeset 20 bef6648e79b1
parent 15 8fd6c4d44071
equal deleted inserted replaced
19:98b901d7bb95 20:bef6648e79b1
     1 #pragma once
     1 #pragma once
     2 
     2 
     3 #include <cstdint>
     3 #include <cstdint>
     4 #include <string>
     4 #include <string>
     5 
     5 
     6 #include "../include/TypeId.h"
     6 #include "../include/relpipe/writer/TypeId.h"
     7 
     7 
     8 namespace relpipe {
     8 namespace relpipe {
     9 namespace writer {
     9 namespace writer {
    10 
    10 
    11 const string_t DATA_TYPE_CODE_BOOLEAN = L"boolean";
    11 const string_t DATA_TYPE_CODE_BOOLEAN = L"boolean";