gtree
Loading...
Searching...
No Matches
gtree_options.cc
Go to the documentation of this file.
1
// Option composition for the GTree module.
2
// Doxygen documentation is in gtree_options.h (header is authoritative).
3
4
// gemc
5
#include "
dbselect_options.h
"
6
#include "
gtree_options.h
"
7
8
namespace
gtree
{
9
10
// Build the option set for the gtree module by aggregating dbselect options.
11
GOptions
defineOptions
() {
12
GOptions
goptions
(
GTREE_LOGGER
);
13
goptions
+=
dbselect::defineOptions
();
14
15
return
goptions
;
16
}
17
}
GOptions
dbselect_options.h
gtree_options.h
Option-set definition entry point for the GTree module.
GTREE_LOGGER
constexpr const char * GTREE_LOGGER
Definition
gtree_options.h:14
dbselect::defineOptions
GOptions defineOptions()
goptions
gtree
Definition
gtree_options.cc:8
gtree::defineOptions
GOptions defineOptions()
Build and return the option set required by the GTree module.
Definition
gtree_options.cc:11
gtree_options.cc
Generated by
1.10.0