0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
Init.h File Reference

Initialization helper for applications. More...

#include <Common/Config.h>
#include <Common/System.h>
Include dependency graph for Init.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Initialization helper for applications.

The initialization routines help setting up application boilerplate, configuration policies and usage strings.

Definition in file Init.h.