rapidyaml 0.15.2
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
writer.hpp
Go to the documentation of this file.
1#ifndef _C4_YML_WRITER_HPP_
2#define _C4_YML_WRITER_HPP_
3
4/** @file writer.hpp Umbrella header with all writers */
5
6#ifndef _C4_YML_WRITER_BUF_HPP_
8#endif
9#ifndef _C4_YML_WRITER_FILE_HPP_
11#endif
12#ifndef _C4_YML_WRITER_OSTREAM_HPP_
14#endif
15
16#endif /* _C4_YML_WRITER_HPP_ */