#include "json.h"
Public Types | |
using | char_type = typename std::iterator_traits< IteratorType >::value_type |
using | char_type = typename std::iterator_traits< IteratorType >::value_type |
Public Member Functions | |
iterator_input_adapter (IteratorType first, IteratorType last) | |
iterator_input_adapter (IteratorType first, IteratorType last) | |
std::char_traits< char_type >::int_type | get_character () |
std::char_traits< char_type >::int_type | get_character () |
Private Member Functions | |
bool | empty () const |
bool | empty () const |
Private Attributes | |
IteratorType | current |
IteratorType | end |
Friends | |
template<typename BaseInputAdapter , size_t T> | |
struct | wide_string_input_helper |
template<typename BaseInputAdapter , size_t T> | |
struct | wide_string_input_helper |
using nlohmann::detail::iterator_input_adapter< IteratorType >::char_type = typename std::iterator_traits<IteratorType>::value_type |
using nlohmann::detail::iterator_input_adapter< IteratorType >::char_type = typename std::iterator_traits<IteratorType>::value_type |
|
inline |
|
inline |
|
inlineprivate |
Definition at line 4940 of file json.h.
References nlohmann::detail::iterator_input_adapter< IteratorType >::current, and nlohmann::detail::iterator_input_adapter< IteratorType >::end.
|
inlineprivate |
Definition at line 4940 of file json.h.
References nlohmann::detail::iterator_input_adapter< IteratorType >::current, and nlohmann::detail::iterator_input_adapter< IteratorType >::end.
|
inline |
Definition at line 4919 of file json.h.
References nlohmann::detail::iterator_input_adapter< IteratorType >::current, nlohmann::detail::iterator_input_adapter< IteratorType >::end, and JSON_HEDLEY_LIKELY.
|
inline |
Definition at line 4919 of file json.h.
References nlohmann::detail::iterator_input_adapter< IteratorType >::current, nlohmann::detail::iterator_input_adapter< IteratorType >::end, and JSON_HEDLEY_LIKELY.
|
friend |
|
friend |
|
private |
Definition at line 4934 of file json.h.
Referenced by nlohmann::detail::iterator_input_adapter< IteratorType >::empty(), and nlohmann::detail::iterator_input_adapter< IteratorType >::get_character().
|
private |