mu
t
able
A Database System for Research and Fast Prototyping
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
Typedefs
_
a
b
c
d
e
g
i
l
m
p
r
s
t
u
v
w
Enumerations
Enumerator
Concepts
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
Enumerations
Enumerator
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
Related Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
c
d
e
g
h
i
l
m
o
p
r
s
t
u
w
Variables
Typedefs
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
src
version.cpp
Go to the documentation of this file.
1
#include <
mutable/version.hpp
>
2
3
4
const
m::version::version_info
&
m::version::get
()
5
{
6
static
version_info
v {
7
.
GIT_REV
= m::version::GIT_REV,
8
.GIT_BRANCH = m::version::GIT_BRANCH,
9
.SEM_VERSION = m ::version::SEM_VERSION,
10
};
11
return
v;
12
}
m::version::get
M_EXPORT const version_info & get()
Definition:
version.cpp:4
m::version::version_info
Definition:
version.hpp:14
m::version::version_info::GIT_REV
const char * GIT_REV
Definition:
version.hpp:15
version.hpp
mu
t
able website
GitHub
Generated by
1.9.6