src/Configuration.h
branchv_0
changeset 26 cf57e8c78492
parent 19 e4558df9ba2d
child 33 5288af2e4921
equal deleted inserted replaced
25:13a1e1134797 26:cf57e8c78492
    45 	relpipe::writer::string_t awkBeforeRecords;
    45 	relpipe::writer::string_t awkBeforeRecords;
    46 	relpipe::writer::string_t awkAfterRecords;
    46 	relpipe::writer::string_t awkAfterRecords;
    47 	relpipe::writer::string_t awkForEach;
    47 	relpipe::writer::string_t awkForEach;
    48 
    48 
    49 	/**
    49 	/**
       
    50 	 * If true, additional relation will be generated: mapping between relpipe attribute names and AWK variable names
       
    51 	 */
       
    52 	bool debugVariableMapping = false;
       
    53 
       
    54 	/**
    50 	 * If true, AWK code will be executed, but no output will be generated.
    55 	 * If true, AWK code will be executed, but no output will be generated.
    51 	 */
    56 	 */
    52 	bool drop = false;
    57 	bool drop = false;
    53 
    58 
    54 	/**
    59 	/**