Improvement of ConfigurationReader
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Wed, 20 Apr 2011 13:13:06 +0000 (15:13 +0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Wed, 20 Apr 2011 13:13:06 +0000 (15:13 +0200)
commit9ec143293ee01a1637d706f12b1e5a3ddb9b3a8e
tree312be501e645929bbdd836ad39dfa6f96ab7fc30
parent8ef29e4afcd7ec56b58f2554fccda3e921ac1fc3
Improvement of ConfigurationReader
- renamed is_generic_options() to halt_on_generic_options(), which describes more precisely the semantic of this method
- moved halt_on_generic_options() to outside the parse_configuration_options()
- config-file processing moved from parse_configuration_options() to parse_generic_options(), because it is part of generic options
- the test "if ( vm.count(xxx) )" is no longer implicit compared to integer
src/config/configurationreader.cpp
src/config/configurationreader.h