Public Member Functions | |
| range (Addr addr, int access=0) | |
| bool | operator< (range const &r) const |
| bool | operator< (Addr const &a) const |
Public Attributes | |
| Addr | start |
| int | access |
Definition at line 226 of file ip_filter.hpp.
| libtorrent::detail::filter_impl< Addr >::range::range | ( | Addr | addr, | |
| int | access = 0 | |||
| ) | [inline] |
Definition at line 228 of file ip_filter.hpp.
| bool libtorrent::detail::filter_impl< Addr >::range::operator< | ( | range const & | r | ) | const [inline] |
Definition at line 229 of file ip_filter.hpp.
References libtorrent::detail::filter_impl< Addr >::range::start.
| bool libtorrent::detail::filter_impl< Addr >::range::operator< | ( | Addr const & | a | ) | const [inline] |
Definition at line 231 of file ip_filter.hpp.
References libtorrent::detail::filter_impl< Addr >::range::start.
| Addr libtorrent::detail::filter_impl< Addr >::range::start |
Definition at line 233 of file ip_filter.hpp.
Referenced by libtorrent::detail::filter_impl< Addr >::range::operator<().
| int libtorrent::detail::filter_impl< Addr >::range::access |
Definition at line 236 of file ip_filter.hpp.
1.5.6