Instrument Neutral Distributed Interface INDI  2.0.2
Public Types | Public Member Functions | List of all members
nlohmann::detail::wide_string_input_adapter< BaseInputAdapter, WideCharType > Class Template Reference

#include <json.h>

Public Types

using char_type = char
 

Public Member Functions

 wide_string_input_adapter (BaseInputAdapter base)
 
std::char_traits< char >::int_type get_character () noexcept
 

Detailed Description

template<typename BaseInputAdapter, typename WideCharType>
class nlohmann::detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >

Definition at line 6018 of file json.h.

Member Typedef Documentation

◆ char_type

template<typename BaseInputAdapter , typename WideCharType >
using nlohmann::detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::char_type = char

Definition at line 6021 of file json.h.

Constructor & Destructor Documentation

◆ wide_string_input_adapter()

template<typename BaseInputAdapter , typename WideCharType >
nlohmann::detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::wide_string_input_adapter ( BaseInputAdapter  base)
inline

Definition at line 6023 of file json.h.

Member Function Documentation

◆ get_character()

template<typename BaseInputAdapter , typename WideCharType >
std::char_traits<char>::int_type nlohmann::detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::get_character ( )
inlinenoexcept

Definition at line 6026 of file json.h.


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