|
vg
tools for working with variation graphs
|
#include <options.hpp>
Public Member Functions | |
| Valuation (const std::string &option, const T &value) | |
| Make a preset entry that sets the given long option to the given value. | |
| virtual | ~Valuation ()=default |
Public Member Functions inherited from vg::subcommand::BaseValuation | |
| BaseValuation (const std::string &option) | |
| Make a new BaseValuation for the given option. | |
| virtual | ~BaseValuation ()=default |
Public Attributes | |
| T | value |
| Value for the option. | |
Public Attributes inherited from vg::subcommand::BaseValuation | |
| std::string | option |
| Long option to give a value to. | |
Represents an option being set to a value. Actually has the value.
|
inline |
Make a preset entry that sets the given long option to the given value.
|
virtualdefault |
| T vg::subcommand::Valuation< T >::value |
Value for the option.
1.9.8