#include <program_options.h>
| Public Member Functions | |
| OptionInitHelper & | operator() (const char *key, Value *val, const char *desc) | 
| Factory function for creating an option. | |
| OptionInitHelper (OptionGroup &owner) | |
| Private Attributes | |
| OptionGroup * | owner_ | 
Definition at line 139 of file program_options.h.
| ProgramOptions::OptionInitHelper::OptionInitHelper | ( | OptionGroup & | owner | ) |  [explicit] | 
Definition at line 260 of file program_options.cpp.
| OptionInitHelper & ProgramOptions::OptionInitHelper::operator() | ( | const char * | key, | 
| Value * | val, | ||
| const char * | desc | ||
| ) | 
Factory function for creating an option.
| key | <name>[!][,<alias>][,<level>] | 
| val | Value of the option | 
| desc | Description of the option | 
Definition at line 263 of file program_options.cpp.
Definition at line 155 of file program_options.h.