src/Configuration.h
branchv_0
changeset 17 ea36eed9683f
parent 14 a7596589a5b0
equal deleted inserted replaced
16:d2e0654803c1 17:ea36eed9683f
    27 namespace csv {
    27 namespace csv {
    28 
    28 
    29 class Configuration {
    29 class Configuration {
    30 public:
    30 public:
    31 	relpipe::reader::boolean_t writeHeader = true;
    31 	relpipe::reader::boolean_t writeHeader = true;
       
    32 	relpipe::reader::boolean_t writeTypes = false;
    32 
    33 
    33 	virtual ~Configuration() {
    34 	virtual ~Configuration() {
    34 	}
    35 	}
    35 };
    36 };
    36 
    37