1 #ifndef _fwk_CommandLineOptions_h_
2 #define _fwk_CommandLineOptions_h_
4 #include <boost/program_options.hpp>
5 #include <utl/Singleton.h>
const boost::program_options::variables_map & GetVariablesMap() const
void SetVariablesMap(const boost::program_options::variables_map &vm)
boost::program_options::variables_map fVariablesMap
Curiously Recurring Template Pattern (CRTP) for Meyers singleton.