dbselect
Loading...
Searching...
No Matches
dbselect_options.cc
Go to the documentation of this file.
1
#include "
dbselect_options.h
"
2
3
// gemc
4
#include "
gdetector_options.h
"
5
6
// dbselect option definition implementation (see header for authoritative documentation).
7
namespace
dbselect
{
8
GOptions
defineOptions
() {
9
GOptions
goptions
(
DBSELECT_LOGGER
);
10
11
goptions
+=
gdetector::defineOptions
();
12
13
return
goptions
;
14
}
15
}
GOptions
dbselect_options.h
DBSELECT_LOGGER
constexpr const char * DBSELECT_LOGGER
Logger name used by the dbselect module.
Definition
dbselect_options.h:12
gdetector_options.h
dbselect
Namespace containing dbselect module functions.
Definition
dbselect_options.cc:7
dbselect::defineOptions
GOptions defineOptions()
Define and return the option set used by the dbselect module.
Definition
dbselect_options.cc:8
gdetector::defineOptions
GOptions defineOptions()
goptions
dbselect_options.cc
Generated by
1.10.0