rapidyaml  0.9.0
parse and emit YAML, and do it fast
c4::yml::WriterOStream< OStream > Struct Template Reference

A writer that outputs to an STL-like ostream. More...

#include <writer.hpp>

Public Member Functions

 WriterOStream (OStream &s)
 
substr _get (bool) const
 
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

OStream * m_stream
 
size_t m_pos
 

Detailed Description

template<class OStream>
struct c4::yml::WriterOStream< OStream >

A writer that outputs to an STL-like ostream.

Definition at line 82 of file writer.hpp.


The documentation for this struct was generated from the following file: