#include <AsyncCppApplication.h>
Inheritance diagram for Async::CppApplication:

Definition at line 134 of file AsyncCppApplication.h.
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Execute the application main loop. When this member function is called the application core will enter the main loop. It will not exit from this loop until the Async::Application::quit method is called. Implements Async::Application. |
|
|
Exit the application main loop. This function should be called to exit the application core main loop. Implements Async::Application. |
1.4.4