template<class T> OEMatchPair
fields:
T *pattern T *target
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.
OEMatchPair<T>& operator = (const OEMatchPair<T> &mp)
Assignment operator. Copy the contents of an OEMatchPair into an existing OEMatchPair instance.