template<class TT>
template <class TT> class OETypedParameter : public OEParameter
This class represents OETypedParameter.
The following methods are publicly inherited from OEParameter:
bool AddDefault(const TT &dflt)=0
bool AddValue(const TT &value)=0
bool GetDefault(TT &dflt, unsigned int=0) const =0
OEIterBase<const TT> *GetDefaults() const =0
bool GetSetting(TT &setting, unsigned int idx=0) const
OEIterBase<const TT> *GetSettings() const
bool GetValue(TT &value, unsigned int=0) const =0
OEIterBase<const TT> *GetValues() const =0
bool SetDefault(const TT &dflt)=0
bool SetValue(const TT &value)=0
const void *TypedParameterTypeID() const