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

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.
 

Detailed Description

Comparator used to match output sources by whether they are variable.

Constructor & Destructor Documentation

◆ FMTOutputSourceComparator()

Core::FMTOutputSourceComparator::FMTOutputSourceComparator ( bool  lvariable)

Construct the comparator.

Parameters
[in]lvariableif true matches variable output sources.

Member Function Documentation

◆ operator()()

bool Core::FMTOutputSourceComparator::operator() ( const FMTOutputSource source) const

Matching test operator for the comparator.

Parameters
[in]sourcethe output source to test.
Returns
true if the output source matches else false.

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