Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
config-resolver.cpp File Reference

Implementation of bindings between Steam-Layer objects and rules-based configuration. More...

Go to the source code of this file.

Description

Implementation of bindings between Steam-Layer objects and rules-based configuration.

Todo:
draft from the early design phase of the Lumiera application. As of 2016, nothing was done on behalf of rules-based configuration, other then preparing the whole architecture for this capability. So this remains one of the most relevant goals of the Project.

Definition in file config-resolver.cpp.

Namespaces

namespace  steam
 Steam-Layer implementation namespace root.
 
namespace  steam::anonymous_namespace{config-resolver.cpp}
 
namespace  lumiera
 Lumiera public interface.
 
namespace  lumiera::query
 

Typedefs

using PFork = lib::P< Fork >
 

Functions

void configure_ConfigResolver ()
 Install the actual ConfigResolver implementation.
 
LifecycleHook schedule_ (ON_GLOBAL_INIT, &configure_ConfigResolver)