Cambridge SMT System
|
Contains wrapper class RegistryPO, which uses boost::program_options to parse parameters, and provides methods to access them. More...
Go to the source code of this file.
Classes | |
class | ucam::util::RegistryPO |
Namespaces | |
HifstConstants | |
ucam | |
ucam::util | |
Functions | |
void | ucam::util::init_param_options (int argc, const char *argv[], bpo::variables_map *vm) |
void | ucam::util::initGlobalOptions (bpo::options_description &generic, std::string &configFile) |
class wrapping around the boost program_options variable with parsed values. More... | |
void | ucam::util::parseOptionsGeneric (bpo::options_description &desc, bpo::variables_map *vm, int argc, const char *argv[]) |
Variables | |
const std::string | HifstConstants::kHelp = "help" |
const std::string | HifstConstants::kHelpExtended = kHelp + ",h" |
const std::string | HifstConstants::kLoggerVerboseExtended = kLoggerVerbose + ",v" |
const std::string | HifstConstants::kConfig = "config" |
const std::string | HifstConstants::kConfigExtended = kConfig + ",c" |
Contains wrapper class RegistryPO, which uses boost::program_options to parse parameters, and provides methods to access them.
Definition in file registrypo.hpp.