virtual ~WriterContext() noexcept
bool writeEmptyArray(const std::string &field)
bool writeNull(const std::string &field)
void writeField(const std::string &field)
WriterContext(std::ostream &os, const anch::json::MappingOptions &options) noexcept
WriterContext(const WriterContext &context)=delete
WriterContext(WriterContext &&context)=delete
bool writeEmptyObject(const std::string &field)
std::ostream & output
Definition writerContext.hpp:46