ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
abstract output adapter interface More...
#include <acts/blob/master/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>
Public Member Functions | |
virtual void | write_character (CharType c)=0 |
virtual void | write_characters (const CharType *s, std::size_t length)=0 |
virtual | ~output_adapter_protocol ()=default |
abstract output adapter interface
Definition at line 11198 of file json.hpp.
View newest version in sPHENIX GitHub at line 11198 of file json.hpp
|
virtualdefault |
|
pure virtual |
|
pure virtual |