|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
A writer that outputs to a C file handle, defaulting to stdout. More...
#include <writer_file.hpp>
Public Member Functions | |
| WriterFile (FILE *f=nullptr) noexcept | |
| template<size_t N> | |
| void | append (const char(&a)[N]) noexcept |
| void | append (csubstr s) noexcept |
| void | append (const char c) noexcept |
| void | append (const char c, size_t num_times) noexcept |
Public Attributes | |
| FILE * | m_file |
A writer that outputs to a C file handle, defaulting to stdout.
This writer is much faster than WriterOStream and should be preferred to it.
Definition at line 21 of file writer_file.hpp.
|
inlinenoexcept |
Definition at line 25 of file writer_file.hpp.
|
inlinenoexcept |
Definition at line 28 of file writer_file.hpp.
|
inlinenoexcept |
Definition at line 34 of file writer_file.hpp.
|
inlinenoexcept |
Definition at line 44 of file writer_file.hpp.
|
inlinenoexcept |
Definition at line 49 of file writer_file.hpp.
| FILE* c4::yml::WriterFile::m_file |
Definition at line 23 of file writer_file.hpp.
Referenced by WriterFile(), append(), append(), append(), and append().