![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Comparator used to check if a base development is the actual development. More...
#include <FMTActualDevelopment.h>
Public Member Functions | |
| FMTActualDevelopmentComparator (const FMTDevelopment *base) | |
| Construct the comparator from the base development. | |
| bool | operator() (const FMTActualDevelopment &actualdev) const |
| Matching test operator for the comparator. | |
Comparator used to check if a base development is the actual development.
| Core::FMTActualDevelopmentComparator::FMTActualDevelopmentComparator | ( | const FMTDevelopment * | base | ) |
Construct the comparator from the base development.
| [in] | base | the base development to match. |
| bool Core::FMTActualDevelopmentComparator::operator() | ( | const FMTActualDevelopment & | actualdev | ) | const |
Matching test operator for the comparator.
| [in] | actualdev | the actual development to test. |