#include <standardPredicates.h>
Inheritance diagram for SMARTSPredicate:
Public Member Functions | |
SMARTSPredicate (const SMARTSPredicate &pred) throw () | |
virtual bool | operator() (const Atom &atom) const throw () |
Public Attributes | |
SmartsMatcher | matcher_ |
Molecule * | last_molecule_ |
AromaticityProcessor | arom_proc_ |
RingPerceptionProcessor | ring_proc_ |
HashSet< Atom * > | matches_ |
Static Public Attributes | |
HashMap< Molecule *, TimeStamp > | call_time_map_ |
Molecule | dummy_molecule_ |
|
Reimplemented from ExpressionPredicate. |