SIRIUS 7.5.0
Electronic structure library and applications
|
output adapter for byte vectors More...
#include <nlohmann_json.hpp>
Inherits detail::output_adapter_protocol< CharType >.
Public Member Functions | |
output_vector_adapter (std::vector< CharType, AllocatorType > &vec) noexcept | |
void | write_character (CharType c) override |
void | write_characters (const CharType *s, std::size_t length) override |
Public Member Functions inherited from detail::output_adapter_protocol< CharType > | |
virtual void | write_character (CharType c)=0 |
virtual void | write_characters (const CharType *s, std::size_t length)=0 |
output_adapter_protocol (const output_adapter_protocol &)=default | |
output_adapter_protocol (output_adapter_protocol &&) noexcept=default | |
output_adapter_protocol & | operator= (const output_adapter_protocol &)=default |
output_adapter_protocol & | operator= (output_adapter_protocol &&) noexcept=default |
Private Attributes | |
std::vector< CharType, AllocatorType > & | v |
output adapter for byte vectors
Definition at line 14877 of file nlohmann_json.hpp.
|
inlineexplicitnoexcept |
Definition at line 14880 of file nlohmann_json.hpp.
|
inlineoverridevirtual |
Implements detail::output_adapter_protocol< CharType >.
Definition at line 14884 of file nlohmann_json.hpp.
|
inlineoverridevirtual |
Implements detail::output_adapter_protocol< CharType >.
Definition at line 14890 of file nlohmann_json.hpp.
|
private |
Definition at line 14896 of file nlohmann_json.hpp.