rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#ifndef _C4_YML_VERSION_HPP_
2#define _C4_YML_VERSION_HPP_
3
4/** @file version.hpp */
5
6#define RYML_VERSION "0.14.0"
7#define RYML_VERSION_MAJOR 0
8#define RYML_VERSION_MINOR 14
9#define RYML_VERSION_PATCH 0
10
11#include <c4/substr.hpp>
12#include <c4/yml/export.hpp>
13
14namespace c4 {
15namespace yml {
16
21
22} // namespace yml
23} // namespace c4
24
25#endif /* _C4_YML_VERSION_HPP_ */
#define RYML_EXPORT
Definition export.hpp:18
basic_substring< const char > csubstr
an immutable string view
Definition substr.hpp:2357
int version_minor()
Definition version.cpp:16
int version_major()
Definition version.cpp:11
int version_patch()
Definition version.cpp:21
csubstr version()
Definition version.cpp:6
(Undefined by default) Use shorter error message from checks/asserts: do not show the check condition...
Definition common.cpp:14
read+write string views