vg
tools for working with variation graphs
Public Member Functions | Public Attributes | List of all members
vg::subcommand::BaseValuation Struct Reference

#include <options.hpp>

Inheritance diagram for vg::subcommand::BaseValuation:
vg::subcommand::Valuation< T >

Public Member Functions

 BaseValuation (const std::string &option)
 Make a new BaseValuation for the given option. More...
 
virtual ~BaseValuation ()=default
 

Public Attributes

std::string option
 Long option to give a value to. More...
 

Detailed Description

Represents an option being set to a value. Base interface.

Constructor & Destructor Documentation

◆ BaseValuation()

vg::subcommand::BaseValuation::BaseValuation ( const std::string &  option)

Make a new BaseValuation for the given option.

◆ ~BaseValuation()

virtual vg::subcommand::BaseValuation::~BaseValuation ( )
virtualdefault

Member Data Documentation

◆ option

std::string vg::subcommand::BaseValuation::option

Long option to give a value to.


The documentation for this struct was generated from the following files: