freestanding write() and write_key() implementing ryml's built-in serialization of fundamental types.
More...
freestanding write() and write_key() implementing ryml's built-in serialization of fundamental types.
◆ write() [1/2]
template<class T>
| void c4::yml::write |
( |
NodeRef * | n, |
|
|
T const & | v ) |
|
inline |
◆ write_key() [1/2]
template<class T>
| void c4::yml::write_key |
( |
NodeRef * | n, |
|
|
T const & | v ) |
|
inline |
Definition at line 2119 of file node.hpp.
2120{
2122}
void set_key_serialized(id_type node, T const &key) RYML_NOEXCEPT
Referenced by c4::yml::NodeRef::save_key(), c4::yml::NodeRef::save_key(), c4::yml::Tree::save_key(), c4::yml::Tree::save_key(), c4::yml::NodeRef::set_key_serialized(), c4::yml::NodeRef::set_key_serialized(), c4::yml::Tree::set_key_serialized(), c4::yml::Tree::set_key_serialized(), write_key(), and write_key().
◆ write() [2/2]
template<class T>
| void c4::yml::write |
( |
NodeRef & | n, |
|
|
T const & | v ) |
|
inline |
Definition at line 2125 of file node.hpp.
2126{
2127
2128
2129
2131}
void write(NodeRef *n, T const &v)
◆ write_key() [2/2]
template<class T>
| void c4::yml::write_key |
( |
NodeRef & | n, |
|
|
T const & | v ) |
|
inline |
Definition at line 2133 of file node.hpp.
2134{
2135
2136
2137
2139}
void write_key(NodeRef *n, T const &v)