CoolProp  6.6.0
An open-source fluid property and humid air property database
REFPROPBackend.h
Go to the documentation of this file.
1 /*
2  * AbstractBackend.h
3  *
4  * Created on: 20 Dec 2013
5  * Author: jowr
6  */
7 
8 #ifndef REFPROPBACKEND_H_
9 #define REFPROPBACKEND_H_
10 
11 #include "REFPROPMixtureBackend.h"
12 #include "DataStructures.h"
13 
14 namespace CoolProp {
15 
22 {
23  public:
25  REFPROPBackend(const std::string& fluid_name);
26  std::string backend_name(void) {
28  }
29 
30  virtual ~REFPROPBackend();
31 };
32 
33 } /* namespace CoolProp */
34 #endif /* REFPROPBACKEND_H_ */