#include <libtorrent/torrent_handle.hpp>#include <boost/python.hpp>#include "gil.hpp"Go to the source code of this file.
Defines | |
| #define | _ allow_threads |
Functions | |
| std::vector< announce_entry > ::const_iterator | begin_trackers (torrent_handle &i) |
| std::vector< announce_entry > ::const_iterator | end_trackers (torrent_handle &i) |
| list | file_progress (torrent_handle &handle) |
| list | get_peer_info (torrent_handle const &handle) |
| void | replace_trackers (torrent_handle &info, object trackers) |
| void | bind_torrent_handle () |
| #define _ allow_threads |
Referenced by bind_torrent_handle(), and libtorrent::handle_alert<>::handle_alert().
| std::vector<announce_entry>::const_iterator @41::begin_trackers | ( | torrent_handle & | i | ) | [static] |
Definition at line 18 of file torrent_handle.cpp.
References libtorrent::torrent_handle::trackers().
Referenced by bind_torrent_handle(), and bind_torrent_info().
| void bind_torrent_handle | ( | ) |
Definition at line 89 of file torrent_handle.cpp.
References _, begin_trackers(), end_trackers(), file_progress(), get_peer_info(), and replace_trackers().
Referenced by BOOST_PYTHON_MODULE().
| std::vector<announce_entry>::const_iterator @41::end_trackers | ( | torrent_handle & | i | ) | [static] |
Definition at line 24 of file torrent_handle.cpp.
References libtorrent::torrent_handle::trackers().
Referenced by bind_torrent_handle(), and bind_torrent_info().
| list file_progress | ( | torrent_handle & | handle | ) |
Definition at line 32 of file torrent_handle.cpp.
References simple_client::e, libtorrent::torrent_handle::file_progress(), libtorrent::torrent_handle::get_torrent_info(), asio::placeholders::iterator, and libtorrent::torrent_info::num_files().
Referenced by bind_torrent_handle(), and main().
| list get_peer_info | ( | torrent_handle const & | handle | ) |
Definition at line 50 of file torrent_handle.cpp.
References libtorrent::torrent_handle::get_peer_info(), and asio::placeholders::iterator.
Referenced by bind_torrent_handle().
| void replace_trackers | ( | torrent_handle & | info, | |
| object | trackers | |||
| ) |
Definition at line 69 of file torrent_handle.cpp.
References libtorrent::torrent_handle::replace_trackers().
Referenced by bind_torrent_handle().
1.5.6