|
Dodo 0.1
Template for CPP projects
|
This is the complete list of members for dodo::core::App, including all inherited members.
| _window | dodo::core::App | private |
| App(const App &other)=delete | dodo::core::App | |
| App(App &&other) noexcept | dodo::core::App | |
| App()=default | dodo::core::App | private |
| createApp(const DodoContext &ctx, const AppInfo &appInfo) -> std::expected< App, std::string > | dodo::core::App | static |
| createGLFWWindow(const AppInfo &appInfo) -> std::expected< bool, std::string > | dodo::core::App | private |
| isRunning() const | dodo::core::App | inline |
| operator=(const App &other)=delete | dodo::core::App | |
| operator=(App &&other) noexcept | dodo::core::App | |
| pollEvents() const | dodo::core::App | inline |
| ~App() | dodo::core::App |