#include <NlohmannJsonImpl.h>
Definition at line 7 of file NlohmannJsonImpl.h.
◆ NlohmannJsonImpl() [1/3]
Framework::NlohmannJsonImpl::NlohmannJsonImpl |
( |
| ) |
|
◆ NlohmannJsonImpl() [2/3]
Framework::NlohmannJsonImpl::NlohmannJsonImpl |
( |
const nlohmann::json & |
j | ) |
|
|
explicit |
◆ NlohmannJsonImpl() [3/3]
Framework::NlohmannJsonImpl::NlohmannJsonImpl |
( |
nlohmann::json && |
j | ) |
|
|
explicit |
◆ at()
json Framework::NlohmannJsonImpl::at |
( |
const std::string & |
key | ) |
const |
|
overridevirtual |
◆ clone()
std::shared_ptr< IJsonImpl > Framework::NlohmannJsonImpl::clone |
( |
| ) |
const |
|
overridevirtual |
◆ contains()
bool Framework::NlohmannJsonImpl::contains |
( |
const std::string & |
key | ) |
const |
|
overridevirtual |
◆ dump()
std::string Framework::NlohmannJsonImpl::dump |
( |
int |
indent = -1 | ) |
const |
|
overridevirtual |
◆ empty()
bool Framework::NlohmannJsonImpl::empty |
( |
| ) |
const |
|
overridevirtual |
◆ is_array()
bool Framework::NlohmannJsonImpl::is_array |
( |
| ) |
const |
|
overridevirtual |
◆ is_boolean()
bool Framework::NlohmannJsonImpl::is_boolean |
( |
| ) |
const |
|
overridevirtual |
◆ is_null()
bool Framework::NlohmannJsonImpl::is_null |
( |
| ) |
const |
|
overridevirtual |
◆ is_number()
bool Framework::NlohmannJsonImpl::is_number |
( |
| ) |
const |
|
overridevirtual |
◆ is_object()
bool Framework::NlohmannJsonImpl::is_object |
( |
| ) |
const |
|
overridevirtual |
◆ is_string()
bool Framework::NlohmannJsonImpl::is_string |
( |
| ) |
const |
|
overridevirtual |
◆ raw() [1/2]
nlohmann::json & Framework::NlohmannJsonImpl::raw |
( |
| ) |
|
|
inline |
◆ raw() [2/2]
const nlohmann::json & Framework::NlohmannJsonImpl::raw |
( |
| ) |
const |
|
inline |
◆ refAt()
json & Framework::NlohmannJsonImpl::refAt |
( |
const std::string & |
key | ) |
|
|
overridevirtual |
◆ size()
size_t Framework::NlohmannJsonImpl::size |
( |
| ) |
const |
|
overridevirtual |
◆ j_
nlohmann::json Framework::NlohmannJsonImpl::j_ |
|
private |
The documentation for this class was generated from the following file: