OEStringParameter¶
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OEStringParameter : public OEPODParameter<std::string>
The OEStringParameter
represents parameter that has string
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¶
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.