rapidyaml
0.10.0
parse and emit YAML, and do it fast
scalar.hpp
Go to the documentation of this file.
1
#ifndef _C4_YML_EXTRA_SCALAR_HPP_
2
#define _C4_YML_EXTRA_SCALAR_HPP_
3
4
#ifndef _C4_SUBSTR_HPP_
5
#include "
c4/substr.hpp
"
6
#endif
7
8
namespace
c4
{
9
namespace
yml {
10
namespace
extra {
11
12
/** @addtogroup doc_event_handlers
13
* @{ */
14
15
size_t
escape_scalar
(substr s, csubstr val);
16
17
/** @} */
18
19
}
// namespace extra
20
}
// namespace yml
21
}
// namespace c4
22
23
#endif
/* _C4_YML_EVT_EXTRA_SCALAR_HPP_ */
c4::yml::extra::escape_scalar
size_t escape_scalar(substr buffer, csubstr val)
Definition:
scalar.cpp:20
c4
Definition:
common.cpp:12
substr.hpp
read+write string views
src_extra
c4
yml
extra
scalar.hpp
Generated by
1.9.1