OEBoolParameter¶
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OEBoolParameter : public OEPODParameter<bool>
The OEBoolParameter
represents parameter that has boolean
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
:
Constructors¶
OEBoolParameter()
OEBoolParameter(const std::string& name)
OEBoolParameter(const std::string& name, const bool default)
OEBoolParameter(const OEBoolParameter&)
Default and copy constructors.
Constructs an OEBoolParameter
instance using the specified set of parameters.