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