![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Comparator used to match output sources by whether they are variable. More...
#include <FMTOutputSource.h>
Public Member Functions | |
| FMTOutputSourceComparator (bool lvariable) | |
| Construct the comparator. | |
| bool | operator() (const FMTOutputSource &source) const |
| Matching test operator for the comparator. | |
Comparator used to match output sources by whether they are variable.
| Core::FMTOutputSourceComparator::FMTOutputSourceComparator | ( | bool | lvariable | ) |
Construct the comparator.
| [in] | lvariable | if true matches variable output sources. |
| bool Core::FMTOutputSourceComparator::operator() | ( | const FMTOutputSource & | source | ) | const |
Matching test operator for the comparator.
| [in] | source | the output source to test. |