ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Public Member Functions | List of all members
CompareStateR Class Reference

Function to compare to TAnimal's m_CurrentStateNo. More...

Public Member Functions

bool operator() (TAnimal *A1, TAnimal *A2) const
 

Detailed Description

Function to compare to TAnimal's m_CurrentStateNo.

Definition at line 184 of file PopulationManager.cpp.

Member Function Documentation

bool CompareStateR::operator() ( TAnimal A1,
TAnimal A2 
) const
inline

Definition at line 186 of file PopulationManager.cpp.

References TALMaSSObject::GetCurrentStateNo().

186  {
187  return (A1->GetCurrentStateNo() > A2->GetCurrentStateNo());
188  }
int GetCurrentStateNo()
Returns the current state number.

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