rapidyaml  0.12.0
parse and emit YAML, and do it fast
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.12.0"
7 #define RYML_VERSION_MAJOR 0
8 #define RYML_VERSION_MINOR 12
9 #define RYML_VERSION_PATCH 0
10 
11 #include <c4/substr.hpp>
12 #include <c4/yml/export.hpp>
13 
14 namespace c4 {
15 namespace yml {
16 
17 RYML_EXPORT csubstr version();
21 
22 } // namespace yml
23 } // namespace c4
24 
25 #endif /* _C4_YML_VERSION_HPP_ */
#define RYML_EXPORT
Definition: export.hpp:15
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