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