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