src/types/StringDataTypeWriter.h
branchv_0
changeset 23 d505eaedc35e
parent 15 8fd6c4d44071
child 29 142bdbba520f
equal deleted inserted replaced
22:53f4887dadb4 23:d505eaedc35e
     5 #include <iostream>
     5 #include <iostream>
     6 #include <vector>
     6 #include <vector>
     7 #include <locale>
     7 #include <locale>
     8 #include <codecvt>
     8 #include <codecvt>
     9 
     9 
       
    10 #include <relpipe/protocol/constants.h>
       
    11 
    10 #include "../DataTypeWriter.h"
    12 #include "../DataTypeWriter.h"
    11 #include "../format.h"
       
    12 
    13 
    13 namespace relpipe {
    14 namespace relpipe {
    14 namespace writer {
    15 namespace writer {
    15 namespace types {
    16 namespace types {
    16 
    17 
       
    18 using namespace relpipe::protocol;
    17 using namespace relpipe::writer;
    19 using namespace relpipe::writer;
    18 /**
    20 /**
    19  * The prototype does not recognize any encoding,
    21  * The prototype does not recognize any encoding,
    20  * it just works with c++ strings in encoding default to given platform. 
    22  * it just works with c++ strings in encoding default to given platform. 
    21  * In the real implementation of relational pipes, there will be DataTypes for particular encodings.
    23  * In the real implementation of relational pipes, there will be DataTypes for particular encodings.