#include <program_options_lite.h>
Option class for argument handling using a user provided function
Definition at line 148 of file program_options_lite.h.
typedef void( df::program_options_lite::OptionFunc::Func)(Options &, const std::string &, ErrorReporter &) |
df::program_options_lite::OptionFunc::OptionFunc |
( |
const std::string & |
name, |
|
|
Options & |
parent_, |
|
|
Func * |
func_, |
|
|
const std::string & |
desc |
|
) |
| |
|
inline |
void df::program_options_lite::OptionFunc::parse |
( |
const std::string & |
arg, |
|
|
ErrorReporter & |
error_reporter |
|
) |
| |
|
inlinevirtual |
void df::program_options_lite::OptionFunc::setDefault |
( |
| ) |
|
|
inlinevirtual |
Func* df::program_options_lite::OptionFunc::func |
|
private |
Options& df::program_options_lite::OptionFunc::parent |
|
private |
The documentation for this struct was generated from the following file: