mu
t
able
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
include
mutable
version.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <mutable/mutable-config.hpp>
4
5
namespace
m
{
6
7
namespace
version {
8
9
#define X(KEY, VALUE) static constexpr const char *KEY = #VALUE;
10
#include "gitversion.tbl"
11
#undef X
12
13
struct
version_info
14
{
15
const
char
*
GIT_REV
;
16
const
char
*
GIT_BRANCH
;
17
const
char
*
SEM_VERSION
;
18
};
19
20
M_EXPORT
const
version_info
&
get
();
21
22
}
23
24
}
m::version::get
M_EXPORT const version_info & get()
Definition:
version.cpp:4
m
‍mutable namespace
Definition:
Backend.hpp:10
m::version::version_info
Definition:
version.hpp:14
m::version::version_info::SEM_VERSION
const char * SEM_VERSION
Definition:
version.hpp:17
m::version::version_info::GIT_BRANCH
const char * GIT_BRANCH
Definition:
version.hpp:16
m::version::version_info::GIT_REV
const char * GIT_REV
Definition:
version.hpp:15
mu
t
able website
GitHub
Generated by
1.9.6