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

This class for setting value of the capture method. More...

#include <ricoh_camera_sdk/capture_method.hpp>

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

Public Member Functions

 CaptureMethodValue (const std::string &value)
 Constructs an object having a value. You doesn't use this constructor. More...
 
 ~CaptureMethodValue ()=default
 
bool operator== (const CaptureSettingValue &obj) const override
 
bool operator!= (const CaptureSettingValue &obj) const override
 
std::string toString () const override
 
- Public Member Functions inherited from Ricoh::CameraController::CaptureSettingValue
virtual ~CaptureSettingValue ()=default
 

Detailed Description

This class for setting value of the capture method.

Constructor & Destructor Documentation

Ricoh::CameraController::CaptureMethodValue::CaptureMethodValue ( const std::string &  value)

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

Ricoh::CameraController::CaptureMethodValue::~CaptureMethodValue ( )
default

Member Function Documentation

bool Ricoh::CameraController::CaptureMethodValue::operator!= ( const CaptureSettingValue obj) const
overridevirtual
bool Ricoh::CameraController::CaptureMethodValue::operator== ( const CaptureSettingValue obj) const
overridevirtual
std::string Ricoh::CameraController::CaptureMethodValue::toString ( ) const
overridevirtual

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