ALMaSS Rodenticide ODdox  1.1
The rodenticide model description following ODdox protocol
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
196  {
197  return (A1->GetCurrentStateNo() == -1);
198  }

References TALMaSSObject::GetCurrentStateNo().


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