Boost.UI
User Interface Boost library
Namespaces
application.hpp File Reference

Application class. More...

Include dependency graph for application.hpp:

Go to the source code of this file.

Namespaces

 boost
 Boost C++ libraries namespace.
 
 boost::ui
 Boost.UI library namespace.
 

Functions

int boost::ui::entry (int(*ui_main)(int, char *[]), int argc, char *argv[])
 UI application entry. More...
 
int boost::ui::entry (int(*ui_main)(), int argc, char *argv[])
 UI application entry. More...
 
template<class Rep , class Period , class F , class ... Args>
void boost::ui::on_timeout (const std::chrono::duration< Rep, Period > &d, F &&f, Args &&... args)
 Calls function one time after the specified time duration. More...
 
int boost::ui::entry (int(*ui_main)(int, char *[]), int argc, char *argv[])
 UI application entry. More...
 
int boost::ui::entry (int(*ui_main)(), int argc, char *argv[])
 UI application entry. More...
 
template<class Rep , class Period , class F , class ... Args>
void boost::ui::on_timeout (const std::chrono::duration< Rep, Period > &d, F &&f, Args &&... args)
 Calls function one time after the specified time duration. More...
 

Detailed Description

Application class.