|
MapLibre Native Core
|
#include <string>Go to the source code of this file.
Namespaces | |
| mbgl | |
| mbgl::platform | |
Functions | |
| std::string | mbgl::platform::uppercase (const std::string &string) |
| Uppercase a string, potentially using platform-specific routines. More... | |
| std::string | mbgl::platform::lowercase (const std::string &string) |
| Lowercase a string, potentially using platform-specific routines. More... | |
| std::string | mbgl::platform::getCurrentThreadName () |
| Gets the name of the current thread. More... | |
| void | mbgl::platform::setCurrentThreadName (const std::string &name) |
| Set the name of the current thread, truncated at 15. More... | |
| void | mbgl::platform::makeThreadLowPriority () |
| Makes the current thread low priority. More... | |
| void | mbgl::platform::setCurrentThreadPriority (double priority) |