ALMaSS Rabbit ODdox  1.1
The rabbit model description following ODdox protocol
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 146 of file PopulationManager.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 148 of file PopulationManager.cpp.

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

References TAnimal::Supply_m_Location_x().


The documentation for this class was generated from the following file:
TAnimal::Supply_m_Location_x
int Supply_m_Location_x()
Definition: populationmanager.h:213