MUQ  0.4.3
nlohmann::detail::output_adapter< CharType, StringType > Class Template Reference

#include <json.h>

Detailed Description

template<typename CharType, typename StringType = std::basic_string<CharType>>
class nlohmann::detail::output_adapter< CharType, StringType >

Definition at line 12716 of file json.h.

Public Member Functions

 output_adapter (std::vector< CharType > &vec)
 
 output_adapter (std::basic_ostream< CharType > &s)
 
 output_adapter (StringType &s)
 
 operator output_adapter_t< CharType > ()
 

Constructor & Destructor Documentation

◆ output_adapter() [1/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
nlohmann::detail::output_adapter< CharType, StringType >::output_adapter ( std::vector< CharType > &  vec)
inline

Definition at line 12719 of file json.h.

◆ output_adapter() [2/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
nlohmann::detail::output_adapter< CharType, StringType >::output_adapter ( std::basic_ostream< CharType > &  s)
inline

Definition at line 12722 of file json.h.

◆ output_adapter() [3/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
nlohmann::detail::output_adapter< CharType, StringType >::output_adapter ( StringType &  s)
inline

Definition at line 12725 of file json.h.

Member Function Documentation

◆ operator output_adapter_t< CharType >()

template<typename CharType , typename StringType = std::basic_string<CharType>>
nlohmann::detail::output_adapter< CharType, StringType >::operator output_adapter_t< CharType > ( )
inline

Definition at line 12728 of file json.h.

Member Data Documentation

◆ oa

template<typename CharType , typename StringType = std::basic_string<CharType>>
output_adapter_t<CharType> nlohmann::detail::output_adapter< CharType, StringType >::oa = nullptr
private

Definition at line 12734 of file json.h.


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