FMT 0.9.8
Forest management tools for forest planning
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Models::FMTmodelcomparator Class Reference

#include <FMTmodel.hpp>

Public Member Functions

 FMTmodelcomparator (std::string name)
 
bool operator() (const FMTmodel &model) const
 

Detailed Description

This class is made to compare FMTmodel using the std::find_if() function when FMTmodels are in a stl container.

Constructor & Destructor Documentation

◆ FMTmodelcomparator()

Models::FMTmodelcomparator::FMTmodelcomparator ( std::string  name)

Copy constructor class, (name) is the name of the model that we wish to check if it's in the stl container.

Member Function Documentation

◆ operator()()

bool Models::FMTmodelcomparator::operator() ( const FMTmodel model) const

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