Public Member Functions | |
| set_to_zero (T &v, bool cond) | |
| void | fire () |
| ~set_to_zero () | |
Private Attributes | |
| T & | m_val |
| bool | m_cond |
Definition at line 1817 of file peer_connection.cpp.
| libtorrent::set_to_zero< T >::set_to_zero | ( | T & | v, | |
| bool | cond | |||
| ) | [inline] |
Definition at line 1819 of file peer_connection.cpp.
| libtorrent::set_to_zero< T >::~set_to_zero | ( | ) | [inline] |
| void libtorrent::set_to_zero< T >::fire | ( | ) | [inline] |
T& libtorrent::set_to_zero< T >::m_val [private] |
Definition at line 1823 of file peer_connection.cpp.
bool libtorrent::set_to_zero< T >::m_cond [private] |
Definition at line 1824 of file peer_connection.cpp.
1.5.6