Changeset 10198 for trunk/FACT++/src/Configuration.cc
- Timestamp:
- 03/02/11 10:08:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r10183 r10198 14 14 the program through a symbolic link with a different name) 15 15 16 Read the "<B>database=user:password@database:port/database< B>" entry from the file.16 Read the "<B>database=user:password@database:port/database</B>" entry from the file. 17 17 (For details about the syntax see Configuration::parse_database) 18 18 The retrieved entry can be overwritten by … … 44 44 - key = value 45 45 46 which is equivalent to the command-line option < b>--key=value</b>.46 which is equivalent to the command-line option <B>--key=value</B>. 47 47 48 48 If there are sections in the configuration file like … … 55 55 \endcode 56 56 57 the key is transformed into < b>section1.key</b> (which would be equivalent58 to < b>--section1.key</b>)57 the key is transformed into <B>section1.key</B> (which would be equivalent 58 to <B>--section1.key</B>) 59 59 60 60 @attention … … 103 103 \endcode 104 104 105 This will setup, e.g., the commandline option '< b>--option1 arg</b>' (which106 is identical to '< b>--option1=arg</b>'. Option 3 can also be expressed107 in a short form as '< b>-o arg</b>' or '<b>-o=arg</b>'. Option 2 defaults105 This will setup, e.g., the commandline option '<B>--option1 arg</B>' (which 106 is identical to '<B>--option1=arg</B>'. Option 3 can also be expressed 107 in a short form as '<B>-o arg</B>' or '<B>-o=arg</B>'. Option 2 defaults 108 108 to 22 if no explicit value is given. Option 3 is mandatory and an exceptionb 109 109 is thrown if not specified. Option 4 will, apart from the usual access to the … … 732 732 //! 733 733 //! @param argc,argv 734 //! arguments passed to < b>main(int argc, char **argv)</b>734 //! arguments passed to <B>main(int argc, char **argv)</B> 735 735 //! 736 736 //! @returns
Note:
See TracChangeset
for help on using the changeset viewer.