FACT++  1.0
void Configuration::SetArgumentPositions ( const po::positional_options_description &  desc)
Examples:
argv.cc.

Definition at line 826 of file Configuration.cc.

References fArgumentPositions, fNameMapper, and SetNameMapper().

Referenced by AddOptions(), setupConfiguration(), and SetupConfiguration().

827 {
828  fArgumentPositions = desc;
829 }
po::positional_options_description fArgumentPositions
Description of options from the environment.
Definition: Configuration.h:28

+ Here is the call graph for this function:

+ Here is the caller graph for this function: