RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for setting value of hyper operation enable. More...
#include <ricoh_camera_sdk/hyper_operation_enable.hpp>
Public Member Functions | |
HyperOperationEnableValue (bool value) | |
Constructs an object having a value. You doesn't use this constructor. More... | |
~HyperOperationEnableValue ()=default | |
bool | operator== (const CaptureSettingValue &obj) const override |
bool | operator!= (const CaptureSettingValue &obj) const override |
bool | get () const |
Returns the setting value as bool. More... | |
std::string | toString () const override |
Public Member Functions inherited from Ricoh::CameraController::CaptureSettingValue | |
virtual | ~CaptureSettingValue ()=default |
The class for setting value of hyper operation enable.
Ricoh::CameraController::HyperOperationEnableValue::HyperOperationEnableValue | ( | bool | value | ) |
Constructs an object having a value. You doesn't use this constructor.
|
default |
bool Ricoh::CameraController::HyperOperationEnableValue::get | ( | ) | const |
Returns the setting value as bool.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.