GLFWRAIIGuard.ixx File
RAII guard class to initialize/terminate GLFW. More...
Included Headers
#include <GLFW/glfw3.h>
#include <stdexcept>
Namespaces Index
| namespace | helios |
| namespace | ext |
|
Platform-specific extensions and backend implementations. More... | |
| namespace | glfw |
|
GLFW-specific implementations. More... | |
| namespace | app |
|
GLFW application infrastructure. More... | |
Classes Index
| class | GLFWRAIIGuard |
|
A RAII Guard for GLFW. More... | |
Description
RAII guard class to initialize/terminate GLFW.
File Listing
The file content with the documentation metadata removed is:
12export namespace helios::ext::glfw::app {
22 class GLFWRAIIGuard {
32 GLFWRAIIGuard() {
44 ~GLFWRAIIGuard() {
51 GLFWRAIIGuard(const GLFWRAIIGuard&) = delete;
52 GLFWRAIIGuard& operator=(const GLFWRAIIGuard&) = delete;
53 GLFWRAIIGuard(const GLFWRAIIGuard&&) = delete;
54 GLFWRAIIGuard& operator=(const GLFWRAIIGuard&&) = delete;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.