Classes | |
| class | Stack |
| A type-unsafe stack for storing different types of data. More... | |
Functions | |
| double | (int n) |
| Computes integer powers of 10 in double (10.0^n). More... | |
| template<typename Ch > | |
| SizeType | (const Ch *s) |
| Custom strlen() which works on different character types. More... | |
|
inline |
Computes integer powers of 10 in double (10.0^n).
This function uses lookup table for fast and accurate results.
| n | positive/negative exponent. Must <= 308. |
|
inline |
Computes integer powers of 10 in double (10.0^n).
This function uses lookup table for fast and accurate results.
| n | positive/negative exponent. Must <= 308. |
|
inline |
Computes integer powers of 10 in double (10.0^n).
This function uses lookup table for fast and accurate results.
| n | positive/negative exponent. Must <= 308. |
|
inline |
Custom strlen() which works on different character types.
| Ch | Character type (e.g. char, wchar_t, short) |
| s | Null-terminated input string. |
|
inline |
Custom strlen() which works on different character types.
| Ch | Character type (e.g. char, wchar_t, short) |
| s | Null-terminated input string. |
|
inline |
Custom strlen() which works on different character types.
| Ch | Character type (e.g. char, wchar_t, short) |
| s | Null-terminated input string. |