Program options handling. More...
#include <Common/Compat.h>#include <Common/Properties.h>#include <Common/Logger.h>#include <errno.h>#include <fstream>
Go to the source code of this file.
Namespaces | |
| boost | |
| Boost library. | |
| boost::program_options | |
| Program options. | |
Functions | |
| void | boost::program_options::validate (boost::any &v, const Strings &values,::int64_t *, int) |
| void | boost::program_options::validate (boost::any &v, const Strings &values, double *, int) |
| void | boost::program_options::validate (boost::any &v, const Strings &values,::int32_t *, int) |
| void | boost::program_options::validate (boost::any &v, const Strings &values,::uint16_t *, int) |
Program options handling.
Based on boost::program_options, the options are configured in Config.h.
Definition in file Properties.cc.
1.8.8