flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::iterator_input_adapter< IteratorType > Class Template Reference

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::iterator_input_adapter< IteratorType >:
Collaboration graph

Public Types

using char_type = typename std::iterator_traits< IteratorType >::value_type
 

Public Member Functions

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::json_abi_v3_11_3::detail::iterator_input_adapter< IteratorType >

Definition at line 6280 of file json.hpp.

Member Typedef Documentation

◆ char_type

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

Definition at line 6283 of file json.hpp.

Constructor & Destructor Documentation

◆ iterator_input_adapter()

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

Definition at line 6285 of file json.hpp.

Member Function Documentation

◆ empty()

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

Definition at line 6308 of file json.hpp.

References nlohmann::json_abi_v3_11_3::detail2::end().

◆ get_character()

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

Definition at line 6289 of file json.hpp.

References nlohmann::json_abi_v3_11_3::detail2::end(), and JSON_HEDLEY_LIKELY.

Friends And Related Function Documentation

◆ wide_string_input_helper

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

Definition at line 6306 of file json.hpp.

Member Data Documentation

◆ current

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

Definition at line 6302 of file json.hpp.

◆ end

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

Definition at line 6303 of file json.hpp.


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