src/Configuration.h
branchv_0
changeset 33 5288af2e4921
parent 26 cf57e8c78492
child 35 eafffeea6a3e
equal deleted inserted replaced
32:34bacd35f32e 33:5288af2e4921
    80 };
    80 };
    81 
    81 
    82 class Configuration {
    82 class Configuration {
    83 public:
    83 public:
    84 
    84 
    85 	vector<RelationConfiguration> relationConfigurations;
    85 	std::vector<RelationConfiguration> relationConfigurations;
    86 
    86 
    87 	/**
    87 	/**
    88 	 * Global definitions for all relations.
    88 	 * Global definitions for all relations.
    89 	 * Can be used as a safe way for passing parameters from the outside environment.
    89 	 * Can be used as a safe way for passing parameters from the outside environment.
    90 	 * See also RelationConfiguration::definitions
    90 	 * See also RelationConfiguration::definitions