CoolProp
4.2.5
An open-source fluid property and humid air property database
|
Classes | |
class | Stack |
A type-unsafe stack for storing different types of data. More... | |
Functions | |
double | Pow10 (int n) |
Computes integer powers of 10 in double (10.0^n). More... | |
template<typename Ch > | |
SizeType | StrLen (const Ch *s) |
Custom strlen() which works on different character types. More... | |
|
inline |
|
inline |
Custom strlen() which works on different character types.
Ch | Character type (e.g. char, wchar_t, short) |
s | Null-terminated input string. |