Loading [MathJax]/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BeetleToleParams Class Reference

#include <Beetle_toletov.h>

Public Member Functions

TToleList getList ()
 
 BeetleToleParams (TToleList)
 

Private Attributes

TToleList BeetleToleList
 

Constructor & Destructor Documentation

◆ BeetleToleParams()

BeetleToleParams::BeetleToleParams ( TToleList  inp)
explicit
11  {
12  BeetleToleList=std::move(inp);
13 }

References BeetleToleList.

Member Function Documentation

◆ getList()

TToleList BeetleToleParams::getList ( )
17  {
18  return BeetleToleList;
19 }

References BeetleToleList.

Referenced by Beetle_Population_Manager::Beetle_Population_Manager().

Member Data Documentation

◆ BeetleToleList

TToleList BeetleToleParams::BeetleToleList
private

Referenced by BeetleToleParams(), and getList().


The documentation for this class was generated from the following files:
BeetleToleParams::BeetleToleList
TToleList BeetleToleList
Definition: Beetle_toletov.h:27