rapidyaml
0.12.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
11
int
version_major
()
12
{
13
return
RYML_VERSION_MAJOR
;
14
}
15
16
int
version_minor
()
17
{
18
return
RYML_VERSION_MINOR
;
19
}
20
21
int
version_patch
()
22
{
23
return
RYML_VERSION_PATCH
;
24
}
25
26
}
// namespace yml
27
}
// namespace c4
c4::yml::version_minor
int version_minor()
Definition:
version.cpp:16
c4::yml::version_major
int version_major()
Definition:
version.cpp:11
c4::yml::version_patch
int version_patch()
Definition:
version.cpp:21
c4::yml::version
csubstr version()
Definition:
version.cpp:6
c4
(Undefined by default) Use shorter error message from checks/asserts: do not show the check condition...
Definition:
common.cpp:14
version.hpp
RYML_VERSION_MINOR
#define RYML_VERSION_MINOR
Definition:
version.hpp:8
RYML_VERSION_MAJOR
#define RYML_VERSION_MAJOR
Definition:
version.hpp:7
RYML_VERSION
#define RYML_VERSION
Definition:
version.hpp:6
RYML_VERSION_PATCH
#define RYML_VERSION_PATCH
Definition:
version.hpp:9
src
c4
yml
version.cpp
Generated by
1.9.1