Zivid  1.0.1+3607.8a7510c4
Zivid API
Public Types | Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::CameraState::Connected Class Reference

Flag if camera is initialized or not More...

#include <CameraState.h>

Public Types

using ValueType = bool
 The type of the underlying value More...
 

Public Member Functions

 Connected ()=default
 Default constructor More...
 
constexpr Connected (ValueType value) noexcept(std::is_nothrow_move_constructible< ValueType >::value)
 Constructor More...
 
const ValueTypevalue () const
 Get the value More...
 
void setFromString (const std::string &value)
 Set the value from string More...
 
std::string toString () const
 Get the value as string More...
 
 operator bool () const
 Convert to bool where appropriate More...
 
bool operator== (const Connected &other) const
 Comparison operator More...
 
bool operator!= (const Connected &other) const
 Comparison operator More...
 

Static Public Attributes

static const Connected yes
 On/enabled.
 
static const Connected no
 Off/disabled.
 
static constexpr bool isContainer {false}
 Check if it contains child members More...
 
static constexpr const char * path {"Connected"}
 Get the path More...
 
static constexpr const char * name {"Connected"}
 Get the name More...
 

Friends

std::ostream & operator<< (std::ostream &stream, const Connected &value)
 Operator to serialize the value to a stream More...
 
std::istream & operator>> (std::istream &stream, Connected &value)
 Operator to set the value from a stream More...
 

Detailed Description

Flag if camera is initialized or not

Member Typedef Documentation

◆ ValueType

The type of the underlying value

Constructor & Destructor Documentation

◆ Connected() [1/2]

Zivid::CameraState::Connected::Connected ( )
default

Default constructor

◆ Connected() [2/2]

constexpr Zivid::CameraState::Connected::Connected ( ValueType  value)
inlineexplicitnoexcept

Constructor

Member Function Documentation

◆ operator bool()

Zivid::CameraState::Connected::operator bool ( ) const
inlineexplicit

Convert to bool where appropriate

◆ operator!=()

bool Zivid::CameraState::Connected::operator!= ( const Connected other) const
inline

Comparison operator

◆ operator==()

bool Zivid::CameraState::Connected::operator== ( const Connected other) const
inline

Comparison operator

◆ setFromString()

void Zivid::CameraState::Connected::setFromString ( const std::string &  value)
inline

Set the value from string

◆ toString()

std::string Zivid::CameraState::Connected::toString ( ) const
inline

Get the value as string

◆ value()

const ValueType& Zivid::CameraState::Connected::value ( ) const
inline

Get the value

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  stream,
const Connected value 
)
friend

Operator to serialize the value to a stream

◆ operator>>

std::istream& operator>> ( std::istream &  stream,
Connected value 
)
friend

Operator to set the value from a stream

Member Data Documentation

◆ isContainer

constexpr bool Zivid::CameraState::Connected::isContainer {false}
static

Check if it contains child members

◆ name

constexpr const char* Zivid::CameraState::Connected::name {"Connected"}
static

Get the name

◆ path

constexpr const char* Zivid::CameraState::Connected::path {"Connected"}
static

Get the path


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