src/Configuration.h
branchv_0
changeset 14 82bd0f57a889
parent 13 c9fece435aa2
child 15 051e58022783
equal deleted inserted replaced
13:c9fece435aa2 14:82bd0f57a889
    73 	 * Can be used as a safe way for passing parameters from the outside environment.
    73 	 * Can be used as a safe way for passing parameters from the outside environment.
    74 	 * See also RelationConfiguration::definitions
    74 	 * See also RelationConfiguration::definitions
    75 	 */
    75 	 */
    76 	std::vector<DefinitionRecipe> definitions;
    76 	std::vector<DefinitionRecipe> definitions;
    77 
    77 
    78 	// TODO: --relation … --drop – will execute --for-each, but no output will be generated for this relation
       
    79 	// TODO: --create t2 3 a integer b boolean '…guile…' – allow creating new relations? Or allow calling startRelation() and attribute() from Guile?
    78 	// TODO: --create t2 3 a integer b boolean '…guile…' – allow creating new relations? Or allow calling startRelation() and attribute() from Guile?
    80 
    79 
    81 	virtual ~Configuration() {
    80 	virtual ~Configuration() {
    82 	}
    81 	}
    83 };
    82 };