FACT++  1.0
void Configuration::AddOptionsEnvironment ( const po::options_description &  env,
bool  visible = true 
)
Examples:
argv.cc.

Definition at line 808 of file Configuration.cc.

References fOptionsEnvironment.

Referenced by AddOptions(), SetupConfiguration(), and ~Configuration().

809 {
810  fOptionsEnvironment[visible].add(env);
811 }
po::options_description fOptionsEnvironment[2]
Description of options from the database.
Definition: Configuration.h:26

+ Here is the caller graph for this function: