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
CompareStateDead Class Reference

Function to compare to TAnimal's m_CurrentStateNo to -1. More...

Public Member Functions

bool operator() (TAnimal *A1) const
 

Detailed Description

Function to compare to TAnimal's m_CurrentStateNo to -1.

Member Function Documentation

◆ operator()()

bool CompareStateDead::operator() ( TAnimal A1) const
inline
175 { return A1->GetCurrentStateNo() == -1; }

References TALMaSSObject::GetCurrentStateNo().


The documentation for this class was generated from the following file:
TALMaSSObject::GetCurrentStateNo
int GetCurrentStateNo() const
Returns the current state number.
Definition: PopulationManager.h:137