Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
parameterManager_YAML.h
Go to the documentation of this file.
1 
14 #ifndef PARAMETERMANAGER_YAML_INCLUDED
15 #define PARAMETERMANAGER_YAML_INCLUDED
16 
17 #include "parameterManager.h"
18 #include <string>
19 
21 
29 {
30  public:
31  static const std::string class_name;
32 
34 
36  void read_params(const std::string& params_file, Parameters& params);
37 
39  void read_params(std::istream&, Parameters& params);
40 };
41 #endif
Class for parameters.
Definition: parameters.h:46
static const std::string class_name
void read_params(const std::string &params_file, Parameters &params)
read parameters from file.
Parameter manager with YAML parser.
Base class of parameter manager.