hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
iterator_input_adapter< IteratorType > Class Template Reference

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
 

Detailed Description

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

Definition at line 6606 of file json.hpp.

Member Typedef Documentation

◆ char_type

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

Definition at line 6609 of file json.hpp.

Constructor & Destructor Documentation

◆ iterator_input_adapter()

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

Definition at line 6611 of file json.hpp.

Member Function Documentation

◆ empty()

template<typename IteratorType >
bool empty ( ) const
inlineprivate

◆ get_character()

template<typename IteratorType >
char_traits< char_type >::int_type get_character ( )
inline

◆ get_elements()

template<typename IteratorType >
template<class T >
std::size_t get_elements ( T *  dest,
std::size_t  count = 1 
)
inline

Friends And Related Symbol Documentation

◆ wide_string_input_helper

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

Definition at line 6652 of file json.hpp.

Member Data Documentation

◆ current

template<typename IteratorType >
IteratorType current
private

◆ end

template<typename IteratorType >
IteratorType end
private

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