Chemical Data Processing Library C++ API - Version 1.4.0
Classes | Namespaces
PropertyMatchExpression.hpp File Reference

Definition of class CDPL::Chem::PropertyMatchExpression. More...

#include <functional>
#include "CDPL/Chem/MatchExpression.hpp"

Go to the source code of this file.

Classes

class  CDPL::Chem::PropertyMatchExpression< ValueType, MatchFunc, ObjType1, ObjType2 >
 Generic Chem::MatchExpression specialisation that evaluates a binary comparison between a query- and a target-derived property value retrieved through a user-supplied accessor function. More...
 
class  CDPL::Chem::PropertyMatchExpression< ValueType, MatchFunc, ObjType, void >
 Single-object specialisation of Chem::PropertyMatchExpression for query/target equivalence tests on a single attribute retrieved from a single object via the user-supplied accessor. More...
 

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Chem
 Contains classes and functions related to chemistry.
 

Detailed Description

Definition of class CDPL::Chem::PropertyMatchExpression.