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:
Following methods are publicly inherited from OETypedParameter:
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.

operator=

OEStringParameter &operator=(const OEStringParameter &)

The assignment operator.