FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Core::FMTActualDevelopmentComparator Class Reference

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.
 

Detailed Description

Comparator used to check if a base development is the actual development.

Constructor & Destructor Documentation

◆ FMTActualDevelopmentComparator()

Core::FMTActualDevelopmentComparator::FMTActualDevelopmentComparator ( const FMTDevelopment base)

Construct the comparator from the base development.

Parameters
[in]basethe base development to match.

Member Function Documentation

◆ operator()()

bool Core::FMTActualDevelopmentComparator::operator() ( const FMTActualDevelopment actualdev) const

Matching test operator for the comparator.

Parameters
[in]actualdevthe actual development to test.
Returns
true if the actual development matches else false.

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