Eclipse SUMO - Simulation of Urban MObility
|
Public Types | |
using | char_type = typename std::iterator_traits< IteratorType >::value_type |
Public Member Functions | |
std::char_traits< char_type >::int_type | get_character () |
iterator_input_adapter (IteratorType first, IteratorType last) | |
Private Member Functions | |
bool | empty () const |
Private Attributes | |
IteratorType | current |
IteratorType | end |
Friends | |
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 |
|
inline |
|
inlineprivate |
Definition at line 5364 of file json.hpp.
References nlohmann::detail::iterator_input_adapter< IteratorType >::current, and nlohmann::detail::iterator_input_adapter< IteratorType >::end.
|
inline |
Definition at line 5345 of file json.hpp.
References nlohmann::detail::iterator_input_adapter< IteratorType >::current, nlohmann::detail::iterator_input_adapter< IteratorType >::end, and JSON_HEDLEY_LIKELY.
|
friend |
|
private |
Definition at line 5358 of file json.hpp.
Referenced by nlohmann::detail::iterator_input_adapter< IteratorType >::empty(), and nlohmann::detail::iterator_input_adapter< IteratorType >::get_character().
|
private |
Definition at line 5359 of file json.hpp.
Referenced by nlohmann::detail::iterator_input_adapter< IteratorType >::empty(), and nlohmann::detail::iterator_input_adapter< IteratorType >::get_character().