Home | Libraries | People | FAQ | More |
boost::ui::event_loop — Event loop class.
// In header: <boost/ui/event_loop.hpp> class event_loop : private noncopyable { public: // construct/copy/destruct event_loop(); // public member functions bool is_running() const; void run(); void exit(); };