Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
nlohmann::detail::iterator_input_adapter< IteratorType > Class Template Reference

#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
 

Detailed Description

template<typename IteratorType>
class nlohmann::detail::iterator_input_adapter< IteratorType >

Definition at line 4911 of file json.hpp.

Member Typedef Documentation

template<typename IteratorType >
using nlohmann::detail::iterator_input_adapter< IteratorType >::char_type = typename std::iterator_traits<IteratorType>::value_type

Definition at line 4914 of file json.hpp.

Constructor & Destructor Documentation

template<typename IteratorType >
nlohmann::detail::iterator_input_adapter< IteratorType >::iterator_input_adapter ( IteratorType  first,
IteratorType  last 
)
inline

Definition at line 4916 of file json.hpp.

Member Function Documentation

template<typename IteratorType >
bool nlohmann::detail::iterator_input_adapter< IteratorType >::empty ( ) const
inlineprivate

Definition at line 4940 of file json.hpp.

template<typename IteratorType >
std::char_traits<char_type>::int_type nlohmann::detail::iterator_input_adapter< IteratorType >::get_character ( )
inline

Definition at line 4919 of file json.hpp.

Friends And Related Function Documentation

template<typename IteratorType >
template<typename BaseInputAdapter , size_t T>
friend struct wide_string_input_helper
friend

Definition at line 4938 of file json.hpp.

Member Data Documentation

template<typename IteratorType >
IteratorType nlohmann::detail::iterator_input_adapter< IteratorType >::current
private

Definition at line 4934 of file json.hpp.

template<typename IteratorType >
IteratorType nlohmann::detail::iterator_input_adapter< IteratorType >::end
private

Definition at line 4935 of file json.hpp.


The documentation for this class was generated from the following file:


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51