class
#include <xmol/predicates/predicates.h>
ResiduePredicate
Contents
Constructors, destructors, conversion operators
-
template<typename Pred>ResiduePredicate(Pred&& predicate) explicit
- ResiduePredicate(const ResiduePredicate&) defaulted
- ResiduePredicate(ResiduePredicate&&) defaulted
Public functions
- auto operator=(const ResiduePredicate&) -> ResiduePredicate& defaulted
- auto operator=(ResiduePredicate&&) -> ResiduePredicate& defaulted
- auto operator()(ResidueRef& ResidueRef) const -> bool
- auto operator()(AtomRef& AtomRef) const -> bool
- auto operator!() const -> ResiduePredicate
- auto operator&&(const MoleculePredicate& rhs) const -> ResiduePredicate
- auto operator||(const MoleculePredicate& rhs) const -> ResiduePredicate
- auto operator^(const MoleculePredicate& rhs) const -> ResiduePredicate
- auto operator&&(const ResiduePredicate& rhs) const -> ResiduePredicate
- auto operator||(const ResiduePredicate& rhs) const -> ResiduePredicate
- auto operator^(const ResiduePredicate& rhs) const -> ResiduePredicate
- auto operator&&(const AtomPredicate& rhs) const -> AtomPredicate
- auto operator||(const AtomPredicate& rhs) const -> AtomPredicate
- auto operator^(const AtomPredicate& rhs) const -> AtomPredicate