# HG changeset patch # User daedric # Date 1270047796 -7200 # Node ID 7db18b322fbac32c57d437573760efcbe2067dc4 # Parent dda89f1d48c63ee3a17e8fea9a05839da0e4b472 Update comment diff -r dda89f1d48c6 -r 7db18b322fba include/IConfig.hpp --- a/include/IConfig.hpp Wed Mar 31 17:00:43 2010 +0200 +++ b/include/IConfig.hpp Wed Mar 31 17:03:16 2010 +0200 @@ -26,6 +26,16 @@ * complex data structure is required. * * @return the map of key/value found in configuration file. + * the first level represent the section of the configuration. + * + * For example: + * + * value + * + * + * ValueMap[global] => std::multimap + * ValueMap[global][key] -> iterator on all value for key 'key' + * */ virtual const ValueMap & getEntries(void) const = 0; };