rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
version.hpp File Reference
#include <c4/substr.hpp>
#include <c4/yml/export.hpp>

Go to the source code of this file.

Namespaces

namespace  c4
 (Undefined by default) Use shorter error message from checks/asserts: do not show the check condition in the error message.
namespace  c4::yml

Macros

#define RYML_VERSION   "0.14.0"
#define RYML_VERSION_MAJOR   0
#define RYML_VERSION_MINOR   14
#define RYML_VERSION_PATCH   0

Functions

csubstr c4::yml::version ()
int c4::yml::version_major ()
int c4::yml::version_minor ()
int c4::yml::version_patch ()

Macro Definition Documentation

◆ RYML_VERSION

#define RYML_VERSION   "0.14.0"

Definition at line 6 of file version.hpp.

◆ RYML_VERSION_MAJOR

#define RYML_VERSION_MAJOR   0

Definition at line 7 of file version.hpp.

◆ RYML_VERSION_MINOR

#define RYML_VERSION_MINOR   14

Definition at line 8 of file version.hpp.

◆ RYML_VERSION_PATCH

#define RYML_VERSION_PATCH   0

Definition at line 9 of file version.hpp.