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

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

Public Member Functions

bool operator() (TAnimal *&A1) const
 

Detailed Description

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

Member Function Documentation

◆ operator()()

bool CompareStateAlive::operator() ( TAnimal *&  A1) const
inline
145 { 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