OEMCSFuncParameter¶
class OEMCSFuncParameter : public OESystem::OEMultiParameter<OEChem::OEMCSFunc>
OEMCSFuncParameter represents a parameter that has a value of type
OEMCSFunc
.
- Following methods are publicly inherited from
OEParameter
: AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from
OEMultiParameter
:
Constructors¶
OEMCSFuncParameter()
OEMCSFuncParameter(const std::string& name)
OEMCSFuncParameter(const OEMCSFuncParameter&)
Default and copy constructors.
Constructs an OEMCSFuncParameter instance using the specified set of parameters.