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

Exception that an HFT parameter is missing in the instruction file. More...

#include <insfile_reader.h>

Inheritance diagram for Fauna::missing_hft_parameter:

Public Member Functions

 missing_hft_parameter (const std::string &hft_name, const std::string &key)
 Constructor for missing HFT parameter. More...
 

Detailed Description

Exception that an HFT parameter is missing in the instruction file.

Constructor & Destructor Documentation

◆ missing_hft_parameter()

Fauna::missing_hft_parameter::missing_hft_parameter ( const std::string &  hft_name,
const std::string &  key 
)
inline

Constructor for missing HFT parameter.

Parameters
hft_nameIdentifier of the HFT.
keyThe fully qualified TOML key.

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