#include <zypp-core/parser/json/JsonValue.h>
|
(Note that these are not member functions.)
|
std::ostream & | operator<< (std::ostream &str, const Array &obj) |
|
Definition at line 32 of file JsonValue.h.
◆ iterator
◆ const_iterator
◆ size_type
◆ Array() [1/6]
zypp::json::Array::Array |
( |
| ) |
|
|
inline |
◆ Array() [2/6]
template<class Iterator >
zypp::json::Array::Array |
( |
Iterator |
begin, |
|
|
Iterator |
end |
|
) |
| |
Construct from container iterator.
Definition at line 312 of file JsonValue.h.
◆ Array() [3/6]
template<class V >
zypp::json::Array::Array |
( |
const std::vector< V > & |
cont_r | ) |
|
|
inline |
◆ Array() [4/6]
template<class V >
zypp::json::Array::Array |
( |
const std::list< V > & |
cont_r | ) |
|
|
inline |
◆ Array() [5/6]
template<class V >
zypp::json::Array::Array |
( |
const std::set< V > & |
cont_r | ) |
|
|
inline |
◆ Array() [6/6]
zypp::json::Array::Array |
( |
std::initializer_list< Value > |
contents_r | ) |
|
Construct from container initializer list { v1, v2,...
}
Definition at line 14 of file JsonValue.cc.
◆ add() [1/2]
void zypp::json::Array::add |
( |
Value |
val_r | ) |
|
◆ add() [2/2]
void zypp::json::Array::add |
( |
const std::initializer_list< Value > & |
contents_r | ) |
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 21 of file JsonValue.cc.
◆ asJSON()
std::string zypp::json::Array::asJSON |
( |
| ) |
const |
|
inline |
◆ asString()
std::string zypp::json::Array::asString |
( |
| ) |
const |
|
inline |
◆ dumpOn()
std::ostream & zypp::json::Array::dumpOn |
( |
std::ostream & |
str | ) |
const |
◆ begin() [1/2]
◆ end() [1/2]
◆ begin() [2/2]
◆ end() [2/2]
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ size()
◆ operator==()
bool zypp::json::Array::operator== |
( |
const Array & |
other | ) |
const |
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const Array & |
obj |
|
) |
| |
|
related |
◆ _values
std::vector<Value> zypp::json::Array::_values |
|
private |
The documentation for this class was generated from the following files: