rapidyaml  0.12.0
parse and emit YAML, and do it fast
version.hpp File Reference
#include <c4/substr.hpp>
#include <c4/yml/export.hpp>

Go to the source code of this file.

Namespaces

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

Macros

#define RYML_VERSION   "0.12.0"
 
#define RYML_VERSION_MAJOR   0
 
#define RYML_VERSION_MINOR   12
 
#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.12.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   12

Definition at line 8 of file version.hpp.

◆ RYML_VERSION_PATCH

#define RYML_VERSION_PATCH   0

Definition at line 9 of file version.hpp.