Initialization helper for applications. More...
Go to the source code of this file.
Namespaces | |
Hypertable | |
Hypertable definitions | |
Hypertable::Config | |
Functions | |
template<class PolicyT > | |
void | Hypertable::Config::init_with_policy (int argc, char *argv[], const Desc *desc=0) |
Init with policy (with init_options (called before parse_args) and init (called after parse_args) methods. More... | |
template<class PolicyListT > | |
void | Hypertable::Config::init_with_policies (int argc, char *argv[], const Desc *desc=0) |
Convenience function (more of a demo) to init with a list of polices. More... | |
void | Hypertable::Config::init (int argc, char *argv[], const Desc *desc=NULL) |
Initialize with default policy. More... | |
Initialization helper for applications.
The initialization routines help setting up application boilerplate, configuration policies and usage strings.
Definition in file Init.h.