OEUIntParameter¶
class OEUIntParameter : public OEPODParameter<unsigned>
The OEUIntParameter represents parameter that has unsigned
value.
- Following methods are publicly inherited from OEParameter:
AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from OETypedParameter:
AddDefault
,GetDefault
,GetDefaults
andSetDefault
- 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.