#include <alert_types.hpp>
Public Member Functions | |
| tracker_alert (torrent_handle const &h, int times, int status, std::string const &msg) | |
| virtual std::auto_ptr< alert > | clone () const |
Public Attributes | |
| int | times_in_row |
| int | status_code |
Definition at line 55 of file alert_types.hpp.
| libtorrent::tracker_alert::tracker_alert | ( | torrent_handle const & | h, | |
| int | times, | |||
| int | status, | |||
| std::string const & | msg | |||
| ) | [inline] |
Definition at line 57 of file alert_types.hpp.
| virtual std::auto_ptr<alert> libtorrent::tracker_alert::clone | ( | ) | const [inline, virtual] |
1.5.6