#include "MiscUtils.h"
#include <boost/format.hpp>
#include <boost/program_options/variables_map.hpp>
Go to the source code of this file.
|
| dds |
| Miscellaneous functions and helpers are located here.
|
|
| dds::misc |
|
|
std::string | dds::misc::get_temp_dir (const std::string &_prefix) |
|
void | dds::misc::conflicting_options (const boost::program_options::variables_map &_vm, const char *_opt1, const char *_opt2) |
| The conflicting_options function used to check that 'opt1' and 'opt2' are not specified at the same time. More...
|
|
void | dds::misc::option_dependency (const boost::program_options::variables_map &_vm, const char *_for_what, const char *_required_option) |
| The option_dependency function used to check that if 'for_what' is specified, then 'required_option' is specified too. More...
|
|