#include <zypp-core/parser/json/JsonNumber.h>
|
(Note that these are not member symbols.)
|
std::ostream & | operator<< (std::ostream &str, const UInt &obj) |
| Stream output.
|
Definition at line 111 of file JsonNumber.h.
◆ UInt() [1/4]
zypp::json::UInt::UInt |
( |
| ) |
|
|
default |
◆ UInt() [2/4]
zypp::json::UInt::UInt |
( |
std::uint64_t | v | ) |
|
|
inline |
◆ ~UInt()
zypp::json::UInt::~UInt |
( |
| ) |
|
|
default |
◆ UInt() [3/4]
zypp::json::UInt::UInt |
( |
const UInt & | | ) |
|
|
default |
◆ UInt() [4/4]
zypp::json::UInt::UInt |
( |
UInt && | | ) |
|
|
default |
◆ operator=() [1/2]
UInt & zypp::json::UInt::operator= |
( |
const UInt & | | ) |
|
|
default |
◆ operator=() [2/2]
UInt & zypp::json::UInt::operator= |
( |
UInt && | | ) |
|
|
default |
◆ fromString()
◆ operator std::uint64_t()
zypp::json::UInt::operator std::uint64_t |
( |
| ) |
const |
|
inline |
◆ value()
std::uint64_t zypp::json::UInt::value |
( |
| ) |
const |
|
inline |
◆ asJSON()
std::string zypp::json::UInt::asJSON |
( |
| ) |
const |
|
inline |
◆ dumpOn()
std::ostream & zypp::json::UInt::dumpOn |
( |
std::ostream & | str | ) |
const |
|
inline |
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | str, |
|
|
const UInt & | obj ) |
|
related |
◆ _value
std::uint64_t zypp::json::UInt::_value = 0 |
|
private |
The documentation for this class was generated from the following file: