mu
t
able
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
src
Options.cpp
Go to the documentation of this file.
1
#include "
mutable/Options.hpp
"
2
3
#include <iostream>
4
5
6
using namespace
m
;
7
8
9
Options
&
Options::Get
()
10
{
11
static
Options
the_options;
12
return
the_options;
13
}
Options.hpp
m
‍mutable namespace
Definition:
Backend.hpp:10
m::Options
Singleton class representing options provided as command line argument to the binaries.
Definition:
Options.hpp:12
m::Options::Get
static Options & Get()
Return a reference to the single Options instance.
Definition:
Options.cpp:9
mu
t
able website
GitHub
Generated by
1.9.6