Skip to content

justbuchanan/CConf

Repository files navigation

CConf Build Status

Cascading Configurations Library

A common pattern for setting preferences for applications is to have preferences defined at several levels. For example, there may be one global config, one per user, and one per project. In this scheme, preferences defined per project override those defined in the user config, which override those defined globally.

This library aims to make these types of situations as easy as possible.

Note: This is currently under development and not ready for use - this notice will be removed once the basic functionality is implemented and tested

Precedence

Specificity takes precedence over file order.

About

Cascading Configurations Library for C++/Qt [OLD]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages