rapidyaml  0.11.1
parse and emit YAML, and do it fast
version.cpp
Go to the documentation of this file.
1 #include "c4/yml/version.hpp"
2 
3 namespace c4 {
4 namespace yml {
5 
6 csubstr version()
7 {
8  return RYML_VERSION;
9 }
10 
12 {
13  return RYML_VERSION_MAJOR;
14 }
15 
17 {
18  return RYML_VERSION_MINOR;
19 }
20 
22 {
23  return RYML_VERSION_PATCH;
24 }
25 
26 } // namespace yml
27 } // namespace c4
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
#define RYML_VERSION_MINOR
Definition: version.hpp:8
#define RYML_VERSION_MAJOR
Definition: version.hpp:7
#define RYML_VERSION
Definition: version.hpp:6
#define RYML_VERSION_PATCH
Definition: version.hpp:9