niknaks.config

Configuration management

Configuration entries and a registry in which to manage a set of them

Members

Classes

ConfigException
class ConfigException

An exception thrown when you misuse a configuration entry

RegistryException
class RegistryException

An exception thrown when something goes wrong with your usage of the Registry

Enums

ConfigType
enum ConfigType

The type of the entry

Structs

ConfigEntry
struct ConfigEntry

A configuration entry which acts as a typed union and supports certain fixed types

Registry
struct Registry

A registry for managing multiple mappings of string-based names to configuration entries

RegistryEntry
struct RegistryEntry

An entry derived from the Registry containing the name and the configuration entry itself

Meta

Authors

Tristan Brice Velloza Kildaire (deavmi)