ALMaSS Rodenticide Model ODdox  1.0
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

bool CompareStateAlive::operator() ( TAnimal A1) const
inline

References TALMaSSObject::GetCurrentStateNo().

208  {
209  return (A1->GetCurrentStateNo() != -1);
210  }
int GetCurrentStateNo()
Returns the current state number.
Definition: PopulationManager.h:117

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