#include <socket_option.hpp>
Public Member Functions | |
| unicast_hops () | |
| unicast_hops (int v) | |
| unicast_hops & | operator= (int v) |
| int | value () const |
| template<typename Protocol> | |
| int | level (const Protocol &protocol) const |
| template<typename Protocol> | |
| int | name (const Protocol &protocol) const |
| template<typename Protocol> | |
| int * | data (const Protocol &) |
| template<typename Protocol> | |
| const int * | data (const Protocol &) const |
| template<typename Protocol> | |
| std::size_t | size (const Protocol &) const |
| template<typename Protocol> | |
| void | resize (const Protocol &, std::size_t s) |
Private Attributes | |
| int | value_ |
Definition at line 130 of file socket_option.hpp.
| asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::unicast_hops | ( | ) | [inline] |
Definition at line 134 of file socket_option.hpp.
| asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::unicast_hops | ( | int | v | ) | [inline, explicit] |
Definition at line 140 of file socket_option.hpp.
| unicast_hops& asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::operator= | ( | int | v | ) | [inline] |
Definition at line 146 of file socket_option.hpp.
References asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::value_.
| int asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::value | ( | ) | const [inline] |
Definition at line 153 of file socket_option.hpp.
References asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::value_.
| int asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::level | ( | const Protocol & | protocol | ) | const [inline] |
Definition at line 160 of file socket_option.hpp.
| int asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::name | ( | const Protocol & | protocol | ) | const [inline] |
Definition at line 169 of file socket_option.hpp.
| int* asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::data | ( | const Protocol & | ) | [inline] |
Definition at line 178 of file socket_option.hpp.
References asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::value_.
| const int* asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::data | ( | const Protocol & | ) | const [inline] |
Definition at line 185 of file socket_option.hpp.
References asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::value_.
| std::size_t asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::size | ( | const Protocol & | ) | const [inline] |
Definition at line 192 of file socket_option.hpp.
References asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::value_.
| void asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::resize | ( | const Protocol & | , | |
| std::size_t | s | |||
| ) | [inline] |
Definition at line 199 of file socket_option.hpp.
References asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::value_.
int asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::value_ [private] |
Definition at line 206 of file socket_option.hpp.
Referenced by asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::data(), asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::operator=(), asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::resize(), asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::size(), and asio::ip::detail::socket_option::unicast_hops< IPv4_Level, IPv4_Name, IPv6_Level, IPv6_Name >::value().
1.5.6