rapidyaml 0.15.2
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
yml.hpp
Go to the documentation of this file.
1#ifndef _C4_YML_YML_HPP_
2#define _C4_YML_YML_HPP_
3
4#include "c4/yml/version.hpp"
5#include "c4/yml/tree.hpp"
6#include "c4/yml/node.hpp"
7#include "c4/yml/emit.hpp"
11#include "c4/yml/parse.hpp"
13#include "c4/yml/tag.hpp"
14
15#endif // _C4_YML_YML_HPP_
Umbrella header with all utilities to emit YAML and JSON.
Node classes.