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

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

Public Member Functions

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

Detailed Description

Function to compare to TAnimal's m_Location_x.

Definition at line 147 of file PopulationManager.cpp.

Member Function Documentation

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

Definition at line 149 of file PopulationManager.cpp.

References TAnimal::Supply_m_Location_x().

149  {
150  return (A1->Supply_m_Location_x() < A2->Supply_m_Location_x());
151  }
int Supply_m_Location_x()

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