List of all members | Public Member Functions | Public Attributes | Private Attributes
fwk::CommandLineOptions Class Reference

#include <fwk/CommandLineOptions.h>

Inheritance diagram for fwk::CommandLineOptions:
Inheritance graph
[legend]

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
 

Detailed Description

Command-line options singleton. Set by the AugerOfflineMain().

Author
Darko Veberic
Date
14 Jul 2009

Definition at line 20 of file CommandLineOptions.h.

Member Function Documentation

const boost::program_options::variables_map& fwk::CommandLineOptions::GetVariablesMap ( ) const
inline

Definition at line 25 of file CommandLineOptions.h.

References fVariablesMap.

void fwk::CommandLineOptions::SetVariablesMap ( const boost::program_options::variables_map &  vm)
inline

Definition at line 22 of file CommandLineOptions.h.

References fVariablesMap.

Member Data Documentation

boost::program_options::variables_map fwk::CommandLineOptions::fVariablesMap
private

Definition at line 29 of file CommandLineOptions.h.

Referenced by GetVariablesMap(), and SetVariablesMap().

CommandLineOptions & return utl::Singleton< CommandLineOptions >::instance
inherited

Definition at line 44 of file Singleton.h.


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.