Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class error

boost::ui::log::error — Shows error dialog in idle time.

Synopsis

// In header: <boost/ui/log.hpp>



// Shows error dialog in idle time.

class error : public boost::ui::log {
public:
  // construct/copy/destruct
  error();
};

Description

error public construct/copy/destruct

  1. error();

PrevUpHomeNext