#include <omexpanddecider.h>
Inheritance diagram for OmExpandDeciderAnd:
Public Methods | |
OmExpandDeciderAnd (const OmExpandDecider *left_, const OmExpandDecider *right_) | |
Constructor, which takes as arguments the two decision functors to AND together. More... | |
virtual int | operator() (const om_termname &tname) const |
Decide whether we want this term to be in the expand set. More... |
|
Constructor, which takes as arguments the two decision functors to AND together. OmExpandDeciderAnd will not delete its sub-functors. |
|
Decide whether we want this term to be in the expand set.
Implements OmExpandDecider. |