Crossfire Server, Trunk
|
#include <json.hpp>
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 5464 of file json.hpp.
References nlohmann::detail::iterator_input_adapter< IteratorType >::current, and nlohmann::detail::iterator_input_adapter< IteratorType >::end.
|
inline |
Definition at line 5445 of file json.hpp.
References nlohmann::detail::iterator_input_adapter< IteratorType >::current, nlohmann::detail::iterator_input_adapter< IteratorType >::end, JSON_HEDLEY_LIKELY, and rotate-tower::result.
|
friend |
|
private |
Definition at line 5458 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 5459 of file json.hpp.
Referenced by nlohmann::detail::iterator_input_adapter< IteratorType >::empty(), and nlohmann::detail::iterator_input_adapter< IteratorType >::get_character().