Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
parameterManager.h
Go to the documentation of this file.
1 
14 #ifndef PARAMETERMANAGER_INCLUDED
15 #define PARAMETERMANAGER_INCLUDED
16 
17 #include "configure.h"
18 #include "defs.h"
19 #include "parameters.h"
20 #include "commonParameters.h"
21 
23 
29 {
30  protected:
31 
33 
34  public:
35 
37 
38  virtual ~ParameterManager() {}
39 
40  virtual void
41  read_params(const std::string& params_file, Parameters *params) = 0;
42 };
43 #endif