xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 <XrdOucJson.hh>

Public Types

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

Public Member Functions

 iterator_input_adapter (IteratorType first, IteratorType last)
 
std::char_traits< char_type >
::int_type 
get_character ()
 

Private Member Functions

bool empty () const
 

Private Attributes

IteratorType current
 
IteratorType end
 

Friends

template<typename BaseInputAdapter , size_t T>
struct wide_string_input_helper
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

References JSON_HEDLEY_LIKELY.

Friends And Related Function Documentation

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

Member Data Documentation

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

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