EMath++
Classes for mathematical concepts
|
Class that contains the application inner logic. More...
Public Member Functions | |
void | run () |
Main loop fallback, basically it starts the application event loop. | |
~Application () noexcept | |
Default destructor, it deletes the Terminal pointer, sets the singleton instance to nullptr, and saves the Json data to the Storage object. | |
Static Public Member Functions | |
static Application * | init () noexcept |
Static function for building the singleton static instance. | |
Class that contains the application inner logic.
The class consist of some menus as loops and all the logic of the Application
Definition at line 822 of file interface.cpp.
|
inlinenoexcept |
Default destructor, it deletes the Terminal pointer, sets the singleton instance to nullptr, and saves the Json data to the Storage object.
Definition at line 1086 of file interface.cpp.
|
inlinestaticnoexcept |
Static function for building the singleton static instance.
Definition at line 1060 of file interface.cpp.
|
inline |
Main loop fallback, basically it starts the application event loop.
Definition at line 1067 of file interface.cpp.