flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::output_adapter< CharType, StringType > Class Template Reference

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::output_adapter< CharType, StringType >:
Collaboration graph

Public Member Functions

 operator output_adapter_t< CharType > ()
 
 output_adapter (std::basic_ostream< CharType > &s)
 
template<typename AllocatorType = std::allocator<CharType>>
 output_adapter (std::vector< CharType, AllocatorType > &vec)
 
 output_adapter (StringType &s)
 

Private Attributes

output_adapter_t< CharType > oa = nullptr
 

Detailed Description

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

Definition at line 15036 of file json.hpp.

Constructor & Destructor Documentation

◆ output_adapter() [1/3]

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

Definition at line 15040 of file json.hpp.

◆ output_adapter() [2/3]

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

Definition at line 15044 of file json.hpp.

◆ output_adapter() [3/3]

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

Definition at line 15048 of file json.hpp.

Member Function Documentation

◆ operator output_adapter_t< CharType >()

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

Definition at line 15051 of file json.hpp.

Member Data Documentation

◆ oa

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

Definition at line 15057 of file json.hpp.


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