![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Comparator used to check if two themes are the same. More...
#include <FMTTheme.h>
Public Member Functions | |
| FMTThemeComparator (const FMTTheme &p_lbase_theme, const bool &p_lcomparedwithpresolved=false) | |
| Construct the comparator from the theme to match. | |
| bool | operator() (const FMTTheme &p_theme) const |
| Matching test operator for the comparator. | |
Comparator used to check if two themes are the same.
| Core::FMTThemeComparator::FMTThemeComparator | ( | const FMTTheme & | p_lbase_theme, |
| const bool & | p_lcomparedwithpresolved = false |
||
| ) |
Construct the comparator from the theme to match.
| [in] | p_lbase_theme | the theme to match. |
| [in] | p_lcomparedwithpresolved | if true compares with the presolved theme. |
| bool Core::FMTThemeComparator::operator() | ( | const FMTTheme & | p_theme | ) | const |
Matching test operator for the comparator.
| [in] | p_theme | the theme to test. |