#include <zypp-core/parser/json/JsonBool.h>
|
(Note that these are not member symbols.)
|
std::ostream & | operator<< (std::ostream &str, const Bool &obj) |
| Stream output.
|
Definition at line 20 of file JsonBool.h.
◆ Bool() [1/4]
zypp::json::Bool::Bool |
( |
| ) |
|
|
default |
◆ ~Bool()
zypp::json::Bool::~Bool |
( |
| ) |
|
|
default |
◆ Bool() [2/4]
zypp::json::Bool::Bool |
( |
bool | val | ) |
|
|
inline |
◆ Bool() [3/4]
zypp::json::Bool::Bool |
( |
const Bool & | | ) |
|
|
default |
◆ Bool() [4/4]
zypp::json::Bool::Bool |
( |
Bool && | | ) |
|
|
default |
◆ operator=() [1/3]
Bool & zypp::json::Bool::operator= |
( |
const Bool & | | ) |
|
|
default |
◆ operator=() [2/3]
Bool & zypp::json::Bool::operator= |
( |
Bool && | | ) |
|
|
default |
◆ operator=() [3/3]
Bool & zypp::json::Bool::operator= |
( |
bool | set | ) |
|
|
inline |
◆ operator bool()
zypp::json::Bool::operator bool |
( |
| ) |
const |
|
inline |
◆ asJSON()
std::string zypp::json::Bool::asJSON |
( |
| ) |
const |
|
inline |
JSON representation.
Definition at line 43 of file JsonBool.h.
◆ dumpOn()
std::ostream & zypp::json::Bool::dumpOn |
( |
std::ostream & | str | ) |
const |
|
inline |
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | str, |
|
|
const Bool & | obj ) |
|
related |
◆ _value
bool zypp::json::Bool::_value = false |
|
private |
The documentation for this class was generated from the following file: