ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Public Member Functions | List of all members
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.

Definition at line 195 of file PopulationManager.cpp.

Member Function Documentation

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

Definition at line 197 of file PopulationManager.cpp.

References TALMaSSObject::GetCurrentStateNo().

197  {
198  return (A1->GetCurrentStateNo() == -1);
199  }
int GetCurrentStateNo()
Returns the current state number.

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