#include <allocate_resources_impl.hpp>
Public Member Functions | |
| allocate_resources_contract_check (int resources, It start, It end, resource_request T::*res) | |
| ~allocate_resources_contract_check () | |
Private Attributes | |
| int | m_resources |
| It | m_start |
| It | m_end |
| resource_request T::* | m_res |
Definition at line 85 of file allocate_resources_impl.hpp.
| libtorrent::aux::allocate_resources_contract_check< It, T >::allocate_resources_contract_check | ( | int | resources, | |
| It | start, | |||
| It | end, | |||
| resource_request T::* | res | |||
| ) | [inline] |
Definition at line 93 of file allocate_resources_impl.hpp.
References libtorrent::aux::allocate_resources_contract_check< It, T >::m_end, libtorrent::aux::allocate_resources_contract_check< It, T >::m_res, libtorrent::aux::allocate_resources_contract_check< It, T >::m_resources, and libtorrent::aux::allocate_resources_contract_check< It, T >::m_start.
| libtorrent::aux::allocate_resources_contract_check< It, T >::~allocate_resources_contract_check | ( | ) | [inline] |
Definition at line 111 of file allocate_resources_impl.hpp.
References libtorrent::aux::allocate_resources_contract_check< It, T >::m_end, libtorrent::aux::allocate_resources_contract_check< It, T >::m_res, libtorrent::aux::allocate_resources_contract_check< It, T >::m_resources, libtorrent::aux::allocate_resources_contract_check< It, T >::m_start, and libtorrent::saturated_add().
int libtorrent::aux::allocate_resources_contract_check< It, T >::m_resources [private] |
It libtorrent::aux::allocate_resources_contract_check< It, T >::m_start [private] |
It libtorrent::aux::allocate_resources_contract_check< It, T >::m_end [private] |
resource_request T::* libtorrent::aux::allocate_resources_contract_check< It, T >::m_res [private] |
1.5.6