EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::detail::output_adapter< CharType, StringType > Class Template Reference

#include <acts/blob/sPHENIX/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>

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 > ()
 

Private Attributes

output_adapter_t< CharType > oa = nullptr
 

Detailed Description

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

Definition at line 11611 of file json.hpp.

View newest version in sPHENIX GitHub at line 11611 of file json.hpp

Constructor & Destructor Documentation

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 11614 of file json.hpp.

View newest version in sPHENIX GitHub at line 11614 of file json.hpp

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 11617 of file json.hpp.

View newest version in sPHENIX GitHub at line 11617 of file json.hpp

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

Definition at line 11620 of file json.hpp.

View newest version in sPHENIX GitHub at line 11620 of file json.hpp

Member Function Documentation

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

Definition at line 11623 of file json.hpp.

View newest version in sPHENIX GitHub at line 11623 of file json.hpp

Member Data Documentation

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 11629 of file json.hpp.

View newest version in sPHENIX GitHub at line 11629 of file json.hpp


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