![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Implementation of self-configuration and bootstrap functionality. More...
Go to the source code of this file.
Implementation of self-configuration and bootstrap functionality.
This allows the application to "find its parts" at startup.
*.ini file to provide a preliminary mechanism for application configuration. This implementation is based on Boost program optionsDefinition in file basic-setup.cpp.
#include "common/basic-setup.hpp"#include "lib/searchpath.hpp"#include "lib/error.hpp"#include "lib/file.hpp"#include "lib/util.hpp"#include <unistd.h>#include <fstream>Namespaces | |
| namespace | lumiera |
| Lumiera public interface. | |
| namespace | lumiera::anonymous_namespace{basic-setup.cpp} |
Functions | |
| string | resolve (fs::path iniSpec) |
use the general mechanism for resolving a search path to get the absolute path of the setup.ini | |