Namespaces | Functions

Init.h File Reference

#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

namespace  Hypertable
 

Copyright (C) 2009 Doug Judd (Zvents, Inc.)


namespace  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.
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.
void Hypertable::Config::init (int argc, char *argv[], const Desc *desc=NULL)
 Init with default policy.