RICOH Camera USB SDK for C++  1.1.0
RICOH Camera USB SDK for C++
Public Member Functions | List of all members
Ricoh::CameraController::StorageWritingValue Class Reference

The class for setting value of storage writing. More...

#include <ricoh_camera_sdk/storage_writing.hpp>

Inheritance diagram for Ricoh::CameraController::StorageWritingValue:
Inheritance graph
[legend]
Collaboration diagram for Ricoh::CameraController::StorageWritingValue:
Collaboration graph
[legend]

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
 

Detailed Description

The class for setting value of storage writing.

Constructor & Destructor Documentation

Ricoh::CameraController::StorageWritingValue::StorageWritingValue ( bool  storageWriting)

Constructs an object having a value. You doesn't use this constructor.

Ricoh::CameraController::StorageWritingValue::~StorageWritingValue ( )
default

Member Function Documentation

bool Ricoh::CameraController::StorageWritingValue::get ( ) const

Returns the setting value as bool.

Returns
value wheter to save to storage.
bool Ricoh::CameraController::StorageWritingValue::operator!= ( const CaptureSettingValue obj) const
overridevirtual
bool Ricoh::CameraController::StorageWritingValue::operator== ( const CaptureSettingValue obj) const
overridevirtual
std::string Ricoh::CameraController::StorageWritingValue::toString ( ) const
overridevirtual

The documentation for this class was generated from the following file: