|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
output adapter for output streams More...
#include <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
|
inlineexplicitnoexcept |
Definition at line 6264 of file json.hpp.
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 6268 of file json.hpp.
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 6273 of file json.hpp.
|
private |