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

Exception if a group listed in hft.groups cannot be found. More...

#include <insfile_reader.h>

Inheritance diagram for Fauna::missing_group:

Public Member Functions

 missing_group (const std::string &hft_name, const std::string &group_name)
 Constructor. More...
 

Detailed Description

Exception if a group listed in hft.groups cannot be found.

Constructor & Destructor Documentation

◆ missing_group()

Fauna::missing_group::missing_group ( const std::string &  hft_name,
const std::string &  group_name 
)
inline

Constructor.

Parameters
hft_nameName of the HFT where the group was defined.
group_nameThe name of the missing group.

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