#include <fwk/CommandLineOptions.h>
Public Member Functions | |
const boost::program_options::variables_map & | GetVariablesMap () const |
void | SetVariablesMap (const boost::program_options::variables_map &vm) |
Public Attributes | |
static CommandLineOptions &return | instance |
Private Attributes | |
boost::program_options::variables_map | fVariablesMap |
Command-line options singleton. Set by the AugerOfflineMain().
Definition at line 20 of file CommandLineOptions.h.
|
inline |
Definition at line 25 of file CommandLineOptions.h.
References fVariablesMap.
|
inline |
Definition at line 22 of file CommandLineOptions.h.
References fVariablesMap.
|
private |
Definition at line 29 of file CommandLineOptions.h.
Referenced by GetVariablesMap(), and SetVariablesMap().
|
inherited |
Definition at line 44 of file Singleton.h.