NanoStructures  1.0
DMFT solver for layered, strongly correlated nanostructures
configuration.h File Reference

A configuration object which is populated from a configuration file and allows to query and modify configuration values. More...

#include <libconfig.h++>
#include <string>
#include <list>
#include <memory>
#include <vector>
#include <utility>
Include dependency graph for configuration.h:

Go to the source code of this file.

Classes

class  config::Configuration
 A configuration object which is populated from a configuration file and allows to query and modify configuration values. More...
 

Detailed Description

A configuration object which is populated from a configuration file and allows to query and modify configuration values.

Essentially this class is just a front-end for the libconfig++ library. For convenience the configuration is a singleton object.