rapidyaml
0.11.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.11.0"
7
#define RYML_VERSION_MAJOR 0
8
#define RYML_VERSION_MINOR 11
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
();
18
RYML_EXPORT
int
version_major
();
19
RYML_EXPORT
int
version_minor
();
20
RYML_EXPORT
int
version_patch
();
21
22
}
// namespace yml
23
}
// namespace c4
24
25
#endif
/* _C4_YML_VERSION_HPP_ */
export.hpp
RYML_EXPORT
#define RYML_EXPORT
Definition:
export.hpp:15
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
substr.hpp
read+write string views
src
c4
yml
version.hpp
Generated by
1.9.1