|
Zivid
1.0.1+3607.8a7510c4
Zivid API
|
Enable or disable the use of bi-directional patterns (requires twice as many patterns as well as increased exposure time) More...
#include <Settings.h>
Public Types | |
| using | ValueType = bool |
| The type of the underlying value More... | |
Public Member Functions | |
| Bidirectional ()=default | |
| Default constructor More... | |
| constexpr | Bidirectional (ValueType value) noexcept(std::is_nothrow_move_constructible< ValueType >::value) |
| Constructor More... | |
| const ValueType & | value () 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 Bidirectional &other) const |
| Comparison operator More... | |
| bool | operator!= (const Bidirectional &other) const |
| Comparison operator More... | |
Static Public Attributes | |
| static const Bidirectional | yes |
| On/enabled. | |
| static const Bidirectional | no |
| Off/disabled. | |
| static constexpr bool | isContainer {false} |
| Check if it contains child members More... | |
| static constexpr const char * | path {"Bidirectional"} |
| Get the path More... | |
| static constexpr const char * | name {"Bidirectional"} |
| Get the name More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const Bidirectional &value) |
| Operator to serialize the value to a stream More... | |
| std::istream & | operator>> (std::istream &stream, Bidirectional &value) |
| Operator to set the value from a stream More... | |
Enable or disable the use of bi-directional patterns (requires twice as many patterns as well as increased exposure time)
| using Zivid::Settings::Bidirectional::ValueType = bool |
The type of the underlying value
|
default |
Default constructor
|
inlineexplicitnoexcept |
Constructor
|
inlineexplicit |
Convert to bool where appropriate
|
inline |
Comparison operator
|
inline |
Comparison operator
|
inline |
Set the value from string
|
inline |
Get the value as string
|
inline |
Get the value
|
friend |
Operator to serialize the value to a stream
|
friend |
Operator to set the value from a stream
|
static |
Check if it contains child members
|
static |
Get the name
|
static |
Get the path
1.8.13