gfactory
Loading...
Searching...
No Matches
gfactory Namespace Reference

Functions

GOptions defineOptions ()
 Define the command-line/options set used by the gfactory module.

Variables

constexpr int ERR_DLNOTFOUND = 1001
constexpr int ERR_FACTORYNOTFOUND = 1002
constexpr int ERR_DLHANDLENOTFOUND = 1003

Function Documentation

◆ defineOptions()

GOptions gfactory::defineOptions ( )

The module exposes its options via a GOptions instance so that:

  • applications can merge these options into their global configuration, and
  • plugin-related logging/behavior can be configured consistently.
Returns
A GOptions instance populated with the options for this module.

Definition at line 6 of file gfactory_options.cc.

Variable Documentation

◆ ERR_DLHANDLENOTFOUND

int gfactory::ERR_DLHANDLENOTFOUND = 1003
inlineconstexpr

Definition at line 31 of file gdl.h.

◆ ERR_DLNOTFOUND

int gfactory::ERR_DLNOTFOUND = 1001
inlineconstexpr

Definition at line 29 of file gdl.h.

◆ ERR_FACTORYNOTFOUND

int gfactory::ERR_FACTORYNOTFOUND = 1002
inlineconstexpr

Definition at line 30 of file gdl.h.