|
rapidyaml
0.7.1
parse and emit YAML, and do it fast
|
a writer to a substr More...
#include <writer.hpp>
Public Member Functions | |
| WriterBuf (substr sp) | |
| substr | _get (bool error_on_excess) |
| template<size_t N> | |
| void | _do_write (const char(&a)[N]) |
| void | _do_write (csubstr sp) |
| void | _do_write (const char c) |
| void | _do_write (const char c, size_t num_times) |
Public Attributes | |
| substr | m_buf |
| size_t | m_pos |
a writer to a substr
Definition at line 151 of file writer.hpp.