Chemical Data Processing Library C++ API - Version 1.1.1
Public Member Functions | List of all members
CDPL::Pharm::FeatureTypeMatchFunctor Class Reference

FeatureTypeMatchFunctor. More...

#include <FeatureTypeMatchFunctor.hpp>

Public Member Functions

bool operator() (const Feature &ftr1, const Feature &ftr2) const
 Checks if ftr1 and ftr2 have the same feature type. More...
 

Detailed Description

FeatureTypeMatchFunctor.

Member Function Documentation

◆ operator()()

bool CDPL::Pharm::FeatureTypeMatchFunctor::operator() ( const Feature ftr1,
const Feature ftr2 
) const

Checks if ftr1 and ftr2 have the same feature type.

Parameters
ftr1The first feature.
ftr2The second feature.
Returns
true if the feature types are equal, and false otherwise.
See also
Pharm::getType(const Feature&)

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