RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for setting value of storage writing. More...
#include <ricoh_camera_sdk/storage_writing.hpp>
Public Member Functions | |
StorageWritingValue (bool storageWriting) | |
Constructs an object having a value. You doesn't use this constructor. More... | |
~StorageWritingValue ()=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 storage writing.
Ricoh::CameraController::StorageWritingValue::StorageWritingValue | ( | bool | storageWriting | ) |
Constructs an object having a value. You doesn't use this constructor.
|
default |
bool Ricoh::CameraController::StorageWritingValue::get | ( | ) | const |
Returns the setting value as bool.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.