ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
output adapter for output streams More...
#include <acts/blob/master/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>
Public Member Functions | |
output_stream_adapter (std::basic_ostream< CharType > &s) noexcept | |
void | write_character (CharType c) override |
void | write_characters (const CharType *s, std::size_t length) override |
Public Member Functions inherited from nlohmann::detail::output_adapter_protocol< CharType > | |
virtual | ~output_adapter_protocol ()=default |
Private Attributes | |
std::basic_ostream< CharType > & | stream |
output adapter for output streams
Definition at line 11235 of file json.hpp.
View newest version in sPHENIX GitHub at line 11235 of file json.hpp
|
inlineexplicitnoexcept |
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 11242 of file json.hpp.
View newest version in sPHENIX GitHub at line 11242 of file json.hpp
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 11248 of file json.hpp.
View newest version in sPHENIX GitHub at line 11248 of file json.hpp
|
private |