|
hoshi-lang dev
Yet another programming language
|
Public Types | |
| using | char_type = typename std::iterator_traits< IteratorType >::value_type |
Public Member Functions | |
| iterator_input_adapter (IteratorType first, IteratorType last) | |
| char_traits< char_type >::int_type | get_character () |
| template<class T > | |
| std::size_t | get_elements (T *dest, std::size_t count=1) |
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 char_type = typename std::iterator_traits<IteratorType>::value_type |
|
inline |
|
inlineprivate |
Definition at line 6654 of file json.hpp.
References iterator_input_adapter< IteratorType >::current, and iterator_input_adapter< IteratorType >::end.
|
inline |
Definition at line 6615 of file json.hpp.
References iterator_input_adapter< IteratorType >::current, iterator_input_adapter< IteratorType >::end, and JSON_HEDLEY_LIKELY.
|
inline |
Definition at line 6629 of file json.hpp.
References iterator_input_adapter< IteratorType >::current, iterator_input_adapter< IteratorType >::end, and JSON_HEDLEY_LIKELY.
|
friend |
|
private |
Definition at line 6648 of file json.hpp.
Referenced by iterator_input_adapter< IteratorType >::empty(), iterator_input_adapter< IteratorType >::get_character(), and iterator_input_adapter< IteratorType >::get_elements().
|
private |
Definition at line 6649 of file json.hpp.
Referenced by iterator_input_adapter< IteratorType >::empty(), iterator_input_adapter< IteratorType >::get_character(), and iterator_input_adapter< IteratorType >::get_elements().