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

Comparator used to check if an output name already exists in a std container. More...

#include <FMTOutput.h>

Public Member Functions

 FMTOutputComparator (std::string name)
 Construct the comparator from the output name to find.
 
bool operator() (const FMTOutput &output) const
 Matching test operator for the comparator.
 

Detailed Description

Comparator used to check if an output name already exists in a std container.

Constructor & Destructor Documentation

◆ FMTOutputComparator()

Core::FMTOutputComparator::FMTOutputComparator ( std::string  name)

Construct the comparator from the output name to find.

Parameters
[in]namethe name of the output to find.

Member Function Documentation

◆ operator()()

bool Core::FMTOutputComparator::operator() ( const FMTOutput output) const

Matching test operator for the comparator.

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

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