policy::policy [in-charge] ( torrent* t )1st parameter 't' (pointer) has base type 'torrent'.
request_a_block ( torrent& t, peer_connection& c )1st parameter 't' (reference) has base type 'torrent'.
torrent::abort ( )This method is from 'torrent' class.
torrent::add_extension ( boost::function<boost::shared_ptr<torrent_plugin>(torrent*, void*)>const& ext, void* userdata )This method is from 'torrent' class.
torrent::add_extension ( boost::shared_ptr<torrent_plugin> p1 )This method is from 'torrent' class.
torrent::add_failed_bytes ( int b )This method is from 'torrent' class.
torrent::add_redundant_bytes ( int b )This method is from 'torrent' class.
torrent::alerts ( ) constThis method is from 'torrent' class.
torrent::announce_with_tracker ( tracker_request::event_t e )This method is from 'torrent' class.
torrent::assign_bandwidth ( int channel, int amount, int blk )This method is from 'torrent' class.
torrent::async_verify_piece ( int piece_index, boost::function<void(int)>const& p2 )This method is from 'torrent' class.
torrent::attach_peer ( peer_connection* p )This method is from 'torrent' class.
torrent::auto_managed ( bool a )This method is from 'torrent' class.
torrent::bandwidth_queue_size ( int channel ) constThis method is from 'torrent' class.
torrent::bandwidth_throttle ( int channel ) constThis method is from 'torrent' class.
torrent::bytes_done ( ) constThis method is from 'torrent' class.
torrent::bytes_left ( ) constThis method is from 'torrent' class.
torrent::cancel_block ( piece_block block )This method is from 'torrent' class.
torrent::choke_peer ( peer_connection& c )This method is from 'torrent' class.
torrent::clear_error ( )This method is from 'torrent' class.
torrent::completed ( )This method is from 'torrent' class.
torrent::connect_to_peer ( policy::peer* peerinfo )This method is from 'torrent' class.
torrent::connect_to_url_seed ( std::string const& url )This method is from 'torrent' class.
torrent::current_tracker ( ) constThis method is from 'torrent' class.
torrent::delete_files ( )This method is from 'torrent' class.
torrent::disconnect_all ( )This method is from 'torrent' class.
torrent::disconnect_peers ( int num )This method is from 'torrent' class.
torrent::do_pause ( )This method is from 'torrent' class.
torrent::do_resume ( )This method is from 'torrent' class.
torrent::download_limit ( ) constThis method is from 'torrent' class.
torrent::expire_bandwidth ( int channel, int amount )This method is from 'torrent' class.
torrent::file_priorities ( std::vector<int>& p1 ) constThis method is from 'torrent' class.
torrent::file_priority ( int index ) constThis method is from 'torrent' class.
torrent::file_progress ( std::vector<float>& fp ) constThis method is from 'torrent' class.
torrent::file_progress ( std::vector<long long>& fp ) constThis method is from 'torrent' class.
torrent::files_checked ( )This method is from 'torrent' class.
torrent::filesystem ( )This method is from 'torrent' class.
torrent::filter_files ( std::vector<bool>const& files )This method is from 'torrent' class.
torrent::filter_piece ( int index, bool filter )This method is from 'torrent' class.
torrent::filter_pieces ( std::vector<bool>const& bitmask )This method is from 'torrent' class.
torrent::filtered_pieces ( std::vector<bool>& bitmask ) constThis method is from 'torrent' class.
torrent::finished ( )This method is from 'torrent' class.
torrent::force_recheck ( )This method is from 'torrent' class.
torrent::get_download_queue ( std::vector<partial_piece_info>& queue )This method is from 'torrent' class.
torrent::get_full_peer_list ( std::vector<peer_list_entry>& v ) constThis method is from 'torrent' class.
torrent::get_handle ( )This method is from 'torrent' class.
torrent::get_peer_info ( std::vector<peer_info>& v )This method is from 'torrent' class.
torrent::give_connect_points ( int points )This method is from 'torrent' class.
torrent::init ( )This method is from 'torrent' class.
torrent::is_paused ( ) constThis method is from 'torrent' class.
torrent::is_piece_filtered ( int index ) constThis method is from 'torrent' class.
torrent::name ( ) constThis method is from 'torrent' class.
torrent::num_seeds ( ) constThis method is from 'torrent' class.
torrent::on_force_recheck ( int ret, disk_io_job const& j )This method is from 'torrent' class.
torrent::on_name_lookup ( boost::system::error_code const& e, boost::asio::ip::basic_resolver<boost::asio::ip::tcp, boost::asio::ip::resolver_service<boost::asio::ip::tcp> >::iterator i, std::string url, boost::asio::ip::tcp::endpoint proxy )This method is from 'torrent' class.
torrent::on_peer_name_lookup ( boost::system::error_code const& e, boost::asio::ip::basic_resolver<boost::asio::ip::tcp, boost::asio::ip::resolver_service<boost::asio::ip::tcp> >::iterator i, peer_id pid )This method is from 'torrent' class.
torrent::on_piece_checked ( int ret, disk_io_job const& j )This method is from 'torrent' class.
torrent::on_proxy_name_lookup ( boost::system::error_code const& e, boost::asio::ip::basic_resolver<boost::asio::ip::tcp, boost::asio::ip::resolver_service<boost::asio::ip::tcp> >::iterator i, std::string url )This method is from 'torrent' class.
torrent::on_resume_data_checked ( int ret, disk_io_job const& j )This method is from 'torrent' class.
torrent::pause ( )This method is from 'torrent' class.
torrent::perform_bandwidth_request ( int channel, boost::intrusive_ptr<peer_connection>const& p, int block_size, int priority )This method is from 'torrent' class.
torrent::piece_availability ( std::vector<int>& avail ) constThis method is from 'torrent' class.
torrent::piece_failed ( int index )This method is from 'torrent' class.
torrent::piece_finished ( int index, int passed_hash_check )This method is from 'torrent' class.
torrent::piece_passed ( int index )This method is from 'torrent' class.
torrent::piece_priorities ( std::vector<int>& p1 ) constThis method is from 'torrent' class.
torrent::piece_priority ( int index ) constThis method is from 'torrent' class.
torrent::prioritize_files ( std::vector<int>const& files )This method is from 'torrent' class.
torrent::prioritize_pieces ( std::vector<int>const& pieces )This method is from 'torrent' class.
torrent::quantized_bytes_done ( ) constThis method is from 'torrent' class.
torrent::read_resume_data ( lazy_entry const& rd )This method is from 'torrent' class.
torrent::remove_peer ( peer_connection* p )This method is from 'torrent' class.
torrent::rename_file ( int index, std::string const& name )This method is from 'torrent' class.
torrent::replace_trackers ( std::vector<announce_entry>const& urls )This method is from 'torrent' class.
torrent::request_bandwidth ( int channel, boost::intrusive_ptr<peer_connection>const& p, int max_block_size, int priority )This method is from 'torrent' class.
torrent::resolve_peer_country ( boost::intrusive_ptr<peer_connection>const& p ) constThis method is from 'torrent' class.
torrent::restore_piece_state ( int index )This method is from 'torrent' class.
torrent::resume ( )This method is from 'torrent' class.
torrent::resume_download ( )This method is from 'torrent' class.
torrent::retry_url_seed ( std::string const& url )This method is from 'torrent' class.
torrent::save_path ( ) constThis method is from 'torrent' class.
torrent::save_resume_data ( )This method is from 'torrent' class.
torrent::scrape_tracker ( )This method is from 'torrent' class.
torrent::second_tick ( stat& accumulator, float tick_interval )This method is from 'torrent' class.
torrent::seed_rank ( session_settings const& s ) constThis method is from 'torrent' class.
torrent::set_download_limit ( int limit )This method is from 'torrent' class.
torrent::set_error ( std::string const& msg )This method is from 'torrent' class.
torrent::set_file_priority ( int index, int priority )This method is from 'torrent' class.
torrent::set_max_connections ( int limit )This method is from 'torrent' class.
torrent::set_max_uploads ( int limit )This method is from 'torrent' class.
torrent::set_metadata ( lazy_entry const& metadata, std::string& error )This method is from 'torrent' class.
torrent::set_peer_download_limit ( boost::asio::ip::tcp::endpoint ip, int limit )This method is from 'torrent' class.
torrent::set_peer_upload_limit ( boost::asio::ip::tcp::endpoint ip, int limit )This method is from 'torrent' class.
torrent::set_piece_priority ( int index, int priority )This method is from 'torrent' class.
torrent::set_queue_position ( int p )This method is from 'torrent' class.
torrent::set_sequential_download ( bool sd )This method is from 'torrent' class.
torrent::set_state ( torrent_status::state_t s )This method is from 'torrent' class.
torrent::set_upload_limit ( int limit )This method is from 'torrent' class.
torrent::settings ( ) constThis method is from 'torrent' class.
torrent::should_check_files ( ) constThis method is from 'torrent' class.
torrent::start ( )This method is from 'torrent' class.
torrent::start_announcing ( )This method is from 'torrent' class.
torrent::start_checking ( )This method is from 'torrent' class.
torrent::status ( ) constThis method is from 'torrent' class.
torrent::stop_announcing ( )This method is from 'torrent' class.
torrent::to_req ( piece_block const& p )This method is from 'torrent' class.
torrent::tracker_login ( ) constThis method is from 'torrent' class.
torrent::tracker_request_error ( tracker_request const& r, int response_code, std::string const& str )This method is from 'torrent' class.
torrent::tracker_request_timed_out ( tracker_request const& r )This method is from 'torrent' class.
torrent::tracker_response ( tracker_request const& r, std::vector<peer_entry>& e, int interval, int complete, int incomplete, address const& external_ip )This method is from 'torrent' class.
torrent::tracker_scrape_response ( tracker_request const& req, int complete, int incomplete, int downloaded )This method is from 'torrent' class.
torrent::tracker_warning ( tracker_request const& req, std::string const& msg )This method is from 'torrent' class.
torrent::try_connect_peer ( )This method is from 'torrent' class.
torrent::unchoke_peer ( peer_connection& c )This method is from 'torrent' class.
torrent::update_piece_priorities ( )This method is from 'torrent' class.
torrent::upload_limit ( ) constThis method is from 'torrent' class.
torrent::use_interface ( char const* net_interface )This method is from 'torrent' class.
torrent::want_more_peers ( ) constThis method is from 'torrent' class.
torrent::write_resume_data ( entry& rd ) constThis method is from 'torrent' class.
torrent::~torrent [in-charge] ( )This method is from 'torrent' class.