gboard
Loading...
Searching...
No Matches
gboard Namespace Reference

Helper namespace for the gboard module. More...

Functions

GOptions defineOptions ()
 Defines the module options used by the gboard components.
 

Detailed Description

This namespace currently hosts small configuration helpers (such as the module option definition). Keeping these in a namespace avoids polluting the global symbol space.

Function Documentation

◆ defineOptions()

GOptions gboard::defineOptions ( )
inline

The returned options are rooted at the module logger name (GBOARD_LOGGER). The concrete set of switches/scalars is populated by the underlying GOptions infrastructure.

Returns
A fully constructed GOptions instance for this module.

Definition at line 28 of file gboard.h.