29 #ifndef CDPL_CHEM_BONDDIRECTIONMATCHEXPRESSION_HPP
30 #define CDPL_CHEM_BONDDIRECTIONMATCHEXPRESSION_HPP
95 unsigned int dirFlags;
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the class CDPL::Chem::MatchExpression.
A safe, type checked container for arbitrary data of variable type.
Definition: Any.hpp:59
A data structure for the common storage of related atom to atom and bond to bond mappings.
Definition: AtomBondMapping.hpp:55
BondDirectionMatchExpression.
Definition: BondDirectionMatchExpression.hpp:51
bool operator()(const Bond &query_bond, const MolecularGraph &query_molgraph, const Bond &target_bond, const MolecularGraph &target_molgraph, const AtomBondMapping &mapping, const Base::Any &target_bond_dir) const
Checks whether the direction given by target_bond_dir matches (or does not match) the direction const...
BondDirectionMatchExpression(unsigned int dir_flags, bool not_match)
Constructs an BondDirectionMatchExpression instance for the specified matching mode and bond directio...
std::shared_ptr< BondDirectionMatchExpression > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated BondDirectionMatchExpression inst...
Definition: BondDirectionMatchExpression.hpp:57
Bond.
Definition: Bond.hpp:50
A generic boolean expression interface for the implementation of query/target object equivalence test...
Definition: MatchExpression.hpp:75
MolecularGraph.
Definition: MolecularGraph.hpp:52
The namespace of the Chemical Data Processing Library.