Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
Loading...
Searching...
No Matches
Fauna::ambiguous_param_type Class Reference

Exception that a parameter can be interpreted in multiple ways. More...

#include <insfile_reader.h>

Inheritance diagram for Fauna::ambiguous_param_type:

Public Member Functions

 ambiguous_param_type (const std::string &key, const std::string &hft, const std::string &value1, const std::string &value2)
 Constructor. More...
 

Detailed Description

Exception that a parameter can be interpreted in multiple ways.

Constructor & Destructor Documentation

◆ ambiguous_param_type()

Fauna::ambiguous_param_type::ambiguous_param_type ( const std::string &  key,
const std::string &  hft,
const std::string &  value1,
const std::string &  value2 
)
inline

Constructor.

Parameters
keyThe fully qualified TOML key.
hftPointer to HFT name. Leave blank if it’s not an HFT parameter.
value1One defined value.
value2The other defined value.

The documentation for this class was generated from the following file: