#include "PlatformDetermination.h"
#include "Exceptions.h"
#include <string>
#include <vector>
#include <cctype>
#include <map>
#include "CPstrings.h"
#include "CPnumerics.h"
#include "CPfilepaths.h"
Go to the source code of this file.
|
template<typename M > |
void | freeClear (M &amap) |
| Utility function to clear a std::map of pointers. More...
|
|
void | miniz (const std::string &inFile, const std::string &outFile, miniz_mode mode) |
|
◆ __has_feature
#define __has_feature |
( |
|
x | ) |
0 |
◆ _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS |
◆ CATCH_ALL_ERRORS_RETURN_HUGE
#define CATCH_ALL_ERRORS_RETURN_HUGE |
( |
|
x | ) |
|
Value: try { \
x \
} catch (const std::exception& e) { \
return _HUGE; \
} catch (...) { \
return _HUGE; \
}
Definition at line 149 of file CoolPropTools.h.
◆ COOLPROPDBL_MAPS_TO_DOUBLE
#define COOLPROPDBL_MAPS_TO_DOUBLE |
◆ DEPRECATED
#define DEPRECATED |
( |
|
func | ) |
func |
Define the deprecated macro to give compile-time warnings.
Definition at line 58 of file CoolPropTools.h.
◆ CoolPropDbl
◆ miniz_mode
◆ freeClear()
template<typename M >
void freeClear |
( |
M & |
amap | ) |
|
Utility function to clear a std::map of pointers.
Definition at line 142 of file CoolPropTools.h.
◆ miniz()
void miniz |
( |
const std::string & |
inFile, |
|
|
const std::string & |
outFile, |
|
|
miniz_mode |
mode |
|
) |
| |