18template <
class MatchFuncArgType,
class DataFuncArgType = MatchFuncArgType,
19 bool needsConversion =
false>
21 :
public Query<MatchFuncArgType, DataFuncArgType, needsConversion> {
26 bool Match(
const DataFuncArgType what)
const override {
30 bool tmp = (*it1)->Match(what);
Query< int, const ROMol &, needsConversion > BASE
Query< MatchFuncArgType, DataFuncArgType, needsConversion > * copy() const override
returns a copy of this Query
bool Match(const DataFuncArgType what) const override
void addChild(CHILD_TYPE child)
adds a child to our list of children
CHILD_VECT_CI endChildren() const
returns an iterator for the end of our child vector
CHILD_VECT_CI beginChildren() const
returns an iterator for the beginning of our child vector
bool getNegation() const
returns whether or not we are negated
void setNegation(bool what)
sets whether or not we are negated
typename CHILD_VECT::const_iterator CHILD_VECT_CI
std::shared_ptr< Query< MatchFuncArgType, DataFuncArgType, needsConversion > > CHILD_TYPE
std::string d_description
#define RDKIT_QUERY_EXPORT