Define an abstract interface for getting parameter settings. More...
#include <string>
Go to the source code of this file.
Classes | |
class | hitfit::Defaults |
Define an interface for getting parameter settings. More... | |
Namespaces | |
hitfit | |
Define an abstract interface for getting parameter settings.
This defines a very simple abstract interface for retrieving settings for named parameters. Using ensures that the hitft code doesn't have to depend on something like rcp. There is a lightweight concrete implementation of this interface, Defaults_Text, which can be used for standalone applications. If this code gets used with the D0 framework, a Defaults_RCP can be provided too.
Definition in file Defaults.h.