#include <LicenseModel.hxx>
|
| Feature (const std::string &featureName, const std::optional< std::vector< std::pair< double, double > > > &valueRanges=std::nullopt, const std::optional< std::vector< double > > &discreteValueSet=std::nullopt, const std::optional< std::vector< std::string > > &stringSets=std::nullopt) |
|
std::string | toString () const |
|
Definition at line 40 of file LicenseModel.hxx.
◆ Feature()
License::Feature::Feature |
( |
const std::string & |
featureName, |
|
|
const std::optional< std::vector< std::pair< double, double > > > & |
valueRanges = std::nullopt , |
|
|
const std::optional< std::vector< double > > & |
discreteValueSet = std::nullopt , |
|
|
const std::optional< std::vector< std::string > > & |
stringSets = std::nullopt |
|
) |
| |
|
explicit |
◆ toString()
std::string License::Feature::toString |
( |
| ) |
const |
◆ discreteValueSet
std::optional<std::vector<double> > License::Feature::discreteValueSet |
◆ featureDescription
std::string License::Feature::featureDescription {} |
◆ featureName
std::string License::Feature::featureName {} |
◆ stringSets
std::optional<std::vector<std::string> > License::Feature::stringSets |
◆ valueRanges
std::optional<std::vector<std::pair<double, double> > > License::Feature::valueRanges |
The documentation for this class was generated from the following file: