$search
#include <socket_option.hpp>
Public Member Functions | |
| template<typename Protocol > | |
| const int * | data (const Protocol &) const |
| template<typename Protocol > | |
| int * | data (const Protocol &) |
| integer (int v) | |
| integer () | |
| template<typename Protocol > | |
| int | level (const Protocol &) const |
| template<typename Protocol > | |
| int | name (const Protocol &) const |
| integer & | operator= (int v) |
| template<typename Protocol > | |
| void | resize (const Protocol &, std::size_t s) |
| template<typename Protocol > | |
| std::size_t | size (const Protocol &) const |
| int | value () const |
Private Attributes | |
| int | value_ |
Definition at line 134 of file detail/socket_option.hpp.
| asio::detail::socket_option::integer< Level, Name >::integer | ( | ) | [inline] |
Definition at line 138 of file detail/socket_option.hpp.
| asio::detail::socket_option::integer< Level, Name >::integer | ( | int | v | ) | [inline, explicit] |
Definition at line 144 of file detail/socket_option.hpp.
| const int* asio::detail::socket_option::integer< Level, Name >::data | ( | const Protocol & | ) | const [inline] |
Definition at line 185 of file detail/socket_option.hpp.
| int* asio::detail::socket_option::integer< Level, Name >::data | ( | const Protocol & | ) | [inline] |
Definition at line 178 of file detail/socket_option.hpp.
| int asio::detail::socket_option::integer< Level, Name >::level | ( | const Protocol & | ) | const [inline] |
Definition at line 164 of file detail/socket_option.hpp.
| int asio::detail::socket_option::integer< Level, Name >::name | ( | const Protocol & | ) | const [inline] |
Definition at line 171 of file detail/socket_option.hpp.
| integer& asio::detail::socket_option::integer< Level, Name >::operator= | ( | int | v | ) | [inline] |
Definition at line 150 of file detail/socket_option.hpp.
| void asio::detail::socket_option::integer< Level, Name >::resize | ( | const Protocol & | , | |
| std::size_t | s | |||
| ) | [inline] |
Definition at line 199 of file detail/socket_option.hpp.
| std::size_t asio::detail::socket_option::integer< Level, Name >::size | ( | const Protocol & | ) | const [inline] |
Definition at line 192 of file detail/socket_option.hpp.
| int asio::detail::socket_option::integer< Level, Name >::value | ( | ) | const [inline] |
Definition at line 157 of file detail/socket_option.hpp.
int asio::detail::socket_option::integer< Level, Name >::value_ [private] |
Definition at line 206 of file detail/socket_option.hpp.