Nui
|
#include "mac_includes.hpp"
Go to the source code of this file.
Namespaces | |
Nui | |
Nui::MacOs | |
Functions | |
template<typename Result , typename Callable , typename... Args> | |
Result | Nui::MacOs::invoke (Callable callable, Args... args) noexcept |
template<typename Result , typename... Args> | |
Result | Nui::MacOs::msg_send (Args... args) noexcept |
id | Nui::MacOs::operator""_cls (const char *s, std::size_t) |
SEL | Nui::MacOs::operator""_sel (const char *s, std::size_t) |
id | Nui::MacOs::operator""_str (const char *s, std::size_t) |