Inheritance diagram for option< T >:
Public Member Functions | |
option (char opt, const char *help, T def=T(), const char *arg="") | |
operator T () | |
operator const T () const | |
virtual void | print_help (std::ostream &out) const |
virtual bool | handle () |
virtual bool | handle (const char *arg) |
bool | toggle (T &v) |
Protected Attributes | |
T | _value |
|
|
|
Implements option_base. |
|
Implements option_base. |
|
|
|
|
|
Reimplemented from option_base. |
|
Definition at line 66 of file server.cc. Referenced by option< bool >::handle(). |
|
|