CoolProp  6.6.0
An open-source fluid property and humid air property database
Public Member Functions | Public Attributes | List of all members
CoolProp::BackendInformation Class Reference

Detailed Description

Definition at line 792 of file DataStructures.cpp.

Public Member Functions

 BackendInformation ()
 < from backend name to backend More...
 

Public Attributes

std::map< backend_families, std::string > family_name_map
 
std::map< backends, backend_familiesbackend_family_map
 < from family to family name More...
 
std::map< backends, std::string > backend_name_map
 < from backend to family More...
 
std::map< std::string, backend_familiesfamily_name_map_r
 < from backend to backend name More...
 
std::map< std::string, backendsbackend_name_map_r
 < from backend name or family name to family More...
 

Constructor & Destructor Documentation

◆ BackendInformation()

CoolProp::BackendInformation::BackendInformation ( )
inline

< from backend name to backend

Definition at line 802 of file DataStructures.cpp.

Member Data Documentation

◆ backend_family_map

std::map<backends, backend_families> CoolProp::BackendInformation::backend_family_map

< from family to family name

Definition at line 796 of file DataStructures.cpp.

◆ backend_name_map

std::map<backends, std::string> CoolProp::BackendInformation::backend_name_map

< from backend to family

Definition at line 797 of file DataStructures.cpp.

◆ backend_name_map_r

std::map<std::string, backends> CoolProp::BackendInformation::backend_name_map_r

< from backend name or family name to family

Definition at line 800 of file DataStructures.cpp.

◆ family_name_map

std::map<backend_families, std::string> CoolProp::BackendInformation::family_name_map

Definition at line 795 of file DataStructures.cpp.

◆ family_name_map_r

std::map<std::string, backend_families> CoolProp::BackendInformation::family_name_map_r

< from backend to backend name

Definition at line 799 of file DataStructures.cpp.


The documentation for this class was generated from the following file: