OEUIntParameter
class OEUIntParameter : public OEPODParameter<unsigned>
The OEUIntParameter represents parameter that has unsigned value.
- Following methods are publicly inherited from OEParameter:
AddAliasandGetAliasesGetKeylessandSetKeylessIsSetandIsSetToString
- Following methods are publicly inherited from OETypedParameter:
AddDefault,GetDefault,GetDefaultsandSetDefault
- Following methods are publicly inherited from OEPODParameter:
- The following classes derive from this class:
Constructors
OEUIntParameter()
OEUIntParameter(const std::string& name)
OEUIntParameter(const std::string& name, const unsigned default)
OEUIntParameter(const OEUIntParameter&)
Default and copy constructors.
Constructs an OEUIntParameter instance using the specified set of parameters.
operator=
OEUIntParameter &operator=(const OEUIntParameter &)
The assignment operator.