#include <alert_types.hpp>

Public Member Functions | |
| peer_error_alert (tcp::endpoint const &pip, peer_id const &pid_, std::string const &msg) | |
| virtual std::auto_ptr< alert > | clone () const |
Public Attributes | |
| tcp::endpoint | ip |
| peer_id | pid |
Definition at line 140 of file alert_types.hpp.
| libtorrent::peer_error_alert::peer_error_alert | ( | tcp::endpoint const & | pip, | |
| peer_id const & | pid_, | |||
| std::string const & | msg | |||
| ) | [inline] |
Definition at line 142 of file alert_types.hpp.
| virtual std::auto_ptr<alert> libtorrent::peer_error_alert::clone | ( | ) | const [inline, virtual] |
Definition at line 152 of file alert_types.hpp.
1.5.6