OEIntParameter
class OEIntParameter : public OEPODParameter<int>
The OEIntParameter represents parameter that has int 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:
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.
operator=
OEIntParameter &operator=(const OEIntParameter &)
The assignment operator.