|
rapidyaml
0.12.0
parse and emit YAML, and do it fast
|
formatting helper to escape a scalar with escape_scalar() More...
#include <escape_scalar.hpp>
Public Member Functions | |
| escaped_scalar (csubstr s, bool keep_newl=false) | |
Public Attributes | |
| csubstr | scalar |
| bool | keep_newlines |
formatting helper to escape a scalar with escape_scalar()
Definition at line 256 of file escape_scalar.hpp.
|
inline |
Definition at line 258 of file escape_scalar.hpp.
| csubstr c4::yml::escaped_scalar::scalar |
Definition at line 259 of file escape_scalar.hpp.
| bool c4::yml::escaped_scalar::keep_newlines |
Definition at line 260 of file escape_scalar.hpp.