#include <typed_value.h>

| Public Types | |
| typedef detail::Notifier < const std::string & > | notifier_type | 
| Public Member Functions | |
| CustomValue (const notifier_type &n) | |
| bool | doParse (const std::string &name, const std::string &value) | 
| Protected Attributes | |
| notifier_type | notify_ | 
Definition at line 145 of file typed_value.h.
| typedef detail::Notifier<const std::string&> ProgramOptions::CustomValue::notifier_type | 
Definition at line 147 of file typed_value.h.
| ProgramOptions::CustomValue::CustomValue | ( | const notifier_type & | n | ) |  [inline] | 
Definition at line 148 of file typed_value.h.
| bool ProgramOptions::CustomValue::doParse | ( | const std::string & | name, | 
| const std::string & | value | ||
| ) |  [inline, virtual] | 
Implements ProgramOptions::Value.
Definition at line 151 of file typed_value.h.
| notifier_type ProgramOptions::CustomValue::notify_  [protected] | 
Definition at line 155 of file typed_value.h.