OEUnAtomPredParameter
class OEUnAtomPredParameter : public OEPredicateParameter<OESystem::OEUnaryPredicate<OEChem::OEAtomBase>>
The OEUnAtomPredParameter represents parameter that has value
of OEUnaryPredicate type.
- Following methods are publicly inherited from OEParameter:
AddAliasandGetAliasesGetKeylessandSetKeylessIsSetandIsSetToString
- Following methods are publicly inherited from OEPredicateParameter:
GetDefaultandSetDefault
Constructors
OEUnAtomPredParameter()
OEUnAtomPredParameter(const std::string& name)
OEUnAtomPredParameter(const OEUnAtomPredParameter&)
Default and copy constructors.
Constructs an OEUnAtomPredParameter instance using the specified set of parameters.
operator=
OEUnAtomPredParameter &operator=(const OEUnAtomPredParameter &)
The assignment operator.