|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Exception that a parameter can be interpreted in multiple ways. More...
#include <insfile_reader.h>
Public Member Functions | |
| ambiguous_param_type (const std::string &key, const std::string &hft, const std::string &value1, const std::string &value2) | |
| Constructor. More... | |
Exception that a parameter can be interpreted in multiple ways.
|
inline |
Constructor.
| key | The fully qualified TOML key. |
| hft | Pointer to HFT name. Leave blank if it’s not an HFT parameter. |
| value1 | One defined value. |
| value2 | The other defined value. |