#include <Options.hpp>
Inheritance diagram for Option< C >:
Public Member Functions | |
Option (Opt::Tag t, const C dfl, const char *name, const char *srt=0) | |
virtual bool | set (const char *val) |
virtual void | toStream (ostream &str) const |
virtual bool | quotes () const |
C | value () const |
void | value (C newVal) |
Private Attributes | |
C | _value |
const C | _default |
|
|
|
Implements Opt. |
|
Implements Opt. |
|
Output the value of the option to a stream. Individually defined for each particular kind of option.
Implements Opt. |
|
|
|
|
|
|
|
|