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

Exception that parameters couldn’t be parsed in the TOML file. More...

#include <insfile_reader.h>

Inheritance diagram for Fauna::unknown_parameters:

Public Member Functions

 unknown_parameters (const std::list< std::string > elements)
 Constructor. More...
 

Static Public Member Functions

static std::string concatenate_elements (const std::list< std::string > elements)
 Concatenate list of strings with line breaks. More...
 

Detailed Description

Exception that parameters couldn’t be parsed in the TOML file.

Constructor & Destructor Documentation

◆ unknown_parameters()

Fauna::unknown_parameters::unknown_parameters ( const std::list< std::string >  elements)
inline

Constructor.

Parameters
elementsA list of unknown elements. Each should contain the fully qualified TOML key, and may give more helpful details to the user. Each element is printed as one line.

Member Function Documentation

◆ concatenate_elements()

static std::string Fauna::unknown_parameters::concatenate_elements ( const std::list< std::string >  elements)
inlinestatic

Concatenate list of strings with line breaks.


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