src/Configuration.h
branchv_0
changeset 19 e4558df9ba2d
parent 8 513ea30d2fa3
child 26 cf57e8c78492
equal deleted inserted replaced
18:2ac59242d0cb 19:e4558df9ba2d
    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, AWK code will be executed, but no output will be generated.
       
    51 	 */
       
    52 	bool drop = false;
       
    53 
       
    54 	/**
    50 	 * Variable definitions for this relation.
    55 	 * Variable definitions for this relation.
    51 	 * Can be used as a safe way for passing parameters from the outside environment.
    56 	 * Can be used as a safe way for passing parameters from the outside environment.
    52 	 * See also Configuration::definitions (can be overridden by relation's definitions)
    57 	 * See also Configuration::definitions (can be overridden by relation's definitions)
    53 	 */
    58 	 */
    54 	std::vector<DefinitionRecipe> definitions;
    59 	std::vector<DefinitionRecipe> definitions;