src/types/IntegerDataTypeWriter.h
branchv_0
changeset 23 d505eaedc35e
parent 15 8fd6c4d44071
child 29 142bdbba520f
equal deleted inserted replaced
22:53f4887dadb4 23:d505eaedc35e
     3 #include <string>
     3 #include <string>
     4 #include <iostream>
     4 #include <iostream>
     5 #include <cassert>
     5 #include <cassert>
     6 #include <limits>
     6 #include <limits>
     7 
     7 
       
     8 #include <relpipe/protocol/constants.h>
       
     9 
     8 #include "../DataTypeWriter.h"
    10 #include "../DataTypeWriter.h"
     9 #include "../format.h"
       
    10 
    11 
    11 namespace relpipe {
    12 namespace relpipe {
    12 namespace writer {
    13 namespace writer {
    13 namespace types {
    14 namespace types {
    14 
    15 
       
    16 using namespace relpipe::protocol;
    15 using namespace relpipe::writer;
    17 using namespace relpipe::writer;
    16 
    18 
    17 /**
    19 /**
    18  * The prototype does not have various integer and other numeric data types,
    20  * The prototype does not have various integer and other numeric data types,
    19  * it just works with one type of integer.
    21  * it just works with one type of integer.