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

Definition at line 817 of file Configuration.cc.

References fOptionsDatabase.

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

818 {
819  fOptionsDatabase[visible].add(db);
820 }
po::options_description fOptionsDatabase[2]
Description of the options in the configuration file.
Definition: Configuration.h:25

+ Here is the caller graph for this function: