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(name: str) -> OEStringParameter
OEStringParameter(name: str, defValue: str) -> OEStringParameter
OEStringParameter() -> OEStringParameter
OEStringParameter(arg2: OEStringParameter) -> OEStringParameter
Default and copy constructors.
Constructs an OEStringParameter instance using the specified set of parameters.