ALMaSS Rabbit ODdox  1.1
The rabbit model description following ODdox protocol
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.

Definition at line 205 of file PopulationManager.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 207 of file PopulationManager.cpp.

207  {
208  return (A1->GetCurrentStateNo() != -1);
209  }

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