|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
A writer that outputs to an STL-like ostream. More...
#include <writer_ostream.hpp>
Public Member Functions | |
| WriterOStream (OStream *s) 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 | |
| OStream * | m_stream |
A writer that outputs to an STL-like ostream.
Definition at line 19 of file writer_ostream.hpp.
|
inlinenoexcept |
Definition at line 23 of file writer_ostream.hpp.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 32 of file writer_ostream.hpp.
|
inlinenoexcept |
Definition at line 42 of file writer_ostream.hpp.
|
inlinenoexcept |
| OStream* c4::yml::WriterOStream< OStream >::m_stream |
Definition at line 21 of file writer_ostream.hpp.