|
gdetector
|
Functions | |
| GOptions | defineOptions () |
| Builds the aggregated option set used by the gdetector module. | |
| GOptions gdetector::defineOptions | ( | ) |
Defines and returns the aggregated options for the gdetector module.
This is a thin composition layer that merges option groups defined by the dependent modules into a single returned object.
This function collects options from the gdetector module and from the submodules it depends on. The returned object is typically passed to a GOptions constructor so that command-line parsing and defaults are applied consistently.
Aggregated option sets currently include:
Definition at line 28 of file gdetector_options.cc.