OEPredicateParameter¶
template<class TT>
template <class TT>class OEPredicateParameter : public OESystem::OEPointerParameter<TT>
The OEPredicateParameter represents parameter that has value of predicate type.
- Following methods are publicly inherited from OEParameter:
AddAliasandGetAliasesGetKeylessandSetKeylessIsSetandIsSetToString
- The OEPredicateParameter class defines the following public methods:
GetDefaultandSetDefault
- The following classes derive from this class:
Constructors¶
OEPredicateParameter()
OEPredicateParameter(const std::string& name)
OEPredicateParameter(const OEPredicateParameter&)
Default and copy constructors.
Constructs an OEPredicateParameter instance using the specified set of parameters.