OEIntParameter¶
class OEIntParameter : public OEPODParameter<int>
The OEIntParameter represents parameter that has int
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:
Constructors¶
OEIntParameter()
OEIntParameter(const std::string& name)
OEIntParameter(const std::string& name, const int default)
OEIntParameter(const OEIntParameter&)
Default and copy constructors.
Constructs an OEIntParameter instance using the specified set of parameters.