#include <boost/thread/thread.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/shared_ptr.hpp>
#include "MiscUtils.h"
Go to the source code of this file.
|
| void | MiscCommon::BOOSTHelper::conflicting_options (const boost::program_options::variables_map &_vm, const char *_opt1, const char *_opt2) throw (std::exception) |
| | The conflicting_options function used to check that 'opt1' and 'opt2' are not specified at the same time. More...
|
| |
| void | MiscCommon::BOOSTHelper::option_dependency (const boost::program_options::variables_map &_vm, const char *_for_what, const char *_required_option) throw (std::exception) |
| | The option_dependency function used to check that if 'for_what' is specified, then 'required_option' is specified too. More...
|
| |