rapidyaml  0.10.0
parse and emit YAML, and do it fast
emit.def.hpp File Reference

Definitions for emit functions. More...

#include "c4/yml/emit.hpp"
#include "c4/yml/detail/dbgprint.hpp"

Go to the source code of this file.

Namespaces

 c4
 
 c4::yml
 

Macros

#define _rymlindent_nextline()   this->_indent(ilevel + 1);
 

Functions

bool c4::yml::_is_indented_block (csubstr s, size_t prev, size_t i) noexcept
 

Detailed Description

Definitions for emit functions.

Definition in file emit.def.hpp.

Macro Definition Documentation

◆ _rymlindent_nextline

#define _rymlindent_nextline ( )    this->_indent(ilevel + 1);

Definition at line 145 of file emit.def.hpp.