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