Subsections

 
8.20 OEMatchPair

template<class T> OEMatchPair

fields:

T *pattern
T *target

8.20.1 Constructors

OEMatchPair()
OEMatchPair(T *pat, T *targ)

The OEMatchPair template is used to represent both atom-atom and bond-bond equivalences in pattern matching. Each OEMatchPair represents a correspondence (or matching) between a pattern atom or bond in the query molecule, and a target atom or bond in the target molecule.

8.20.2 operator =

OEMatchPair<T>& operator = (const OEMatchPair<T> &mp)

Assignment operator. Copy the contents of an OEMatchPair into an existing OEMatchPair instance.