Euphoria
eu::window::imgui::Library Struct Reference

#include <imguilibrary.h>

Public Member Functions

 Library (SDL_Window *the_window, SdlOpenglContext *context, const std::string &the_path)
 
 ~Library ()
 
 Library (const Library &other)=delete
 
void operator= (const Library &)=delete
 
 Library (Library &&other)=delete
 
void operator= (Library &&)=delete
 

Detailed Description

Definition at line 13 of file imguilibrary.h.

Constructor & Destructor Documentation

◆ Library() [1/3]

eu::window::imgui::Library::Library ( SDL_Window *  the_window,
SdlOpenglContext context,
const std::string &  the_path 
)

Definition at line 66 of file imguilibrary.cc.

◆ ~Library()

eu::window::imgui::Library::~Library ( )

Definition at line 90 of file imguilibrary.cc.

◆ Library() [2/3]

eu::window::imgui::Library::Library ( const Library other)
delete

◆ Library() [3/3]

eu::window::imgui::Library::Library ( Library &&  other)
delete

Member Function Documentation

◆ operator=() [1/2]

void eu::window::imgui::Library::operator= ( const Library )
delete

◆ operator=() [2/2]

void eu::window::imgui::Library::operator= ( Library &&  )
delete

The documentation for this struct was generated from the following files: