![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Comparator used to compare FMTTransition with std::find_if when transitions are in a std container. More...
#include <FMTTransition.h>
Public Member Functions | |
| FMTTransitionComparator (std::string name) | |
| Construct the comparator from the transition name to match. | |
| bool | operator() (const FMTTransition &transition) const |
| Matching test operator for the comparator. | |
Comparator used to compare FMTTransition with std::find_if when transitions are in a std container.
| Core::FMTTransitionComparator::FMTTransitionComparator | ( | std::string | name | ) |
Construct the comparator from the transition name to match.
| [in] | name | the name of the transition to match. |
| bool Core::FMTTransitionComparator::operator() | ( | const FMTTransition & | transition | ) | const |
Matching test operator for the comparator.
| [in] | transition | the transition to test. |