|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Macros | |
| #define | strtoll(str, endptr, base) (int64_t)strtod(str, endptr) |
| #define | strtoull(str, endptr, base) (uint64_t)strtod(str, endptr) |
| #define | wcstoll(str, endptr, base) (int64_t)wcstod(str, endptr) |
| #define | wcstoull(str, endptr, base) (uint64_t)wcstod(str, endptr) |
Functions | |
| std::string | trimRight (const std::string &str) |
| std::wstring | trimRight (const std::wstring &str) |
| int64_t | str2int64 (const std::string &str, int64_t fallback) |
| int64_t | str2int64 (const std::wstring &str, int64_t fallback) |
| uint64_t | str2uint64 (const std::string &str, uint64_t fallback) |
| uint64_t | str2uint64 (const std::wstring &str, uint64_t fallback) |
| double | str2double (const std::string &str, double fallback) |
| double | str2double (const std::wstring &str, double fallback) |
| #define strtoll | ( | str, | |
| endptr, | |||
| base | |||
| ) | (int64_t)strtod(str, endptr) |
| #define strtoull | ( | str, | |
| endptr, | |||
| base | |||
| ) | (uint64_t)strtod(str, endptr) |
| #define wcstoll | ( | str, | |
| endptr, | |||
| base | |||
| ) | (int64_t)wcstod(str, endptr) |
| #define wcstoull | ( | str, | |
| endptr, | |||
| base | |||
| ) | (uint64_t)wcstod(str, endptr) |
| double str2double | ( | const std::string & | str, |
| double | fallback | ||
| ) |
| double str2double | ( | const std::wstring & | str, |
| double | fallback | ||
| ) |
| int64_t str2int64 | ( | const std::string & | str, |
| int64_t | fallback | ||
| ) |
| int64_t str2int64 | ( | const std::wstring & | str, |
| int64_t | fallback | ||
| ) |
| uint64_t str2uint64 | ( | const std::string & | str, |
| uint64_t | fallback | ||
| ) |
| uint64_t str2uint64 | ( | const std::wstring & | str, |
| uint64_t | fallback | ||
| ) |
| std::string trimRight | ( | const std::string & | str | ) |
| std::wstring trimRight | ( | const std::wstring & | str | ) |