Lumiera  0.pre.03
»edit your freedom«
Config Class Reference

#include "include/config-facade.h"

Description

C++ wrapper for convenient access to the Lumiera config system.

Warning
Config system not fully implemented yet. Thus for now this facade is wired with the setup.ini and will just fetch the values from there.

Definition at line 73 of file config-facade.h.

Static Public Member Functions

static string get (lib::Literal key)
 

Static Public Attributes

static lib::Depend< Configinstance
 storage and setup for the single system-wide config facade instance
 

Friends

class lib::DependencyFactory< Config >
 

Member Function Documentation

◆ get()

string get ( lib::Literal  key)
static
Note
because the full-blown Config system isn't implemented yet we retrieve the contents of setup.ini as a preliminary solution

Definition at line 116 of file configfacade.cpp.

References AppState::instance.

Referenced by WrappedStandardExeBuilder::__call__(), Appconfig_test::fetchSetupValue(), and UiStyle::UiStyle().

+ Here is the caller graph for this function:
+ Collaboration diagram for Config:

The documentation for this class was generated from the following files: