#include <socket_option.hpp>
Public Member Functions | |
| boolean () | |
| boolean (bool v) | |
| boolean & | operator= (bool v) |
| bool | value () const |
| operator bool () const | |
| bool | operator! () const |
| template<typename Protocol> | |
| int | level (const Protocol &) const |
| template<typename Protocol> | |
| int | name (const 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_ |
| asio::detail::socket_option::boolean< Level, Name >::boolean | ( | ) | [inline] |
| asio::detail::socket_option::boolean< Level, Name >::boolean | ( | bool | v | ) | [inline, explicit] |
| boolean& asio::detail::socket_option::boolean< Level, Name >::operator= | ( | bool | v | ) | [inline] |
| bool asio::detail::socket_option::boolean< Level, Name >::value | ( | ) | const [inline] |
| asio::detail::socket_option::boolean< Level, Name >::operator bool | ( | ) | const [inline] |
| bool asio::detail::socket_option::boolean< Level, Name >::operator! | ( | ) | const [inline] |
| int asio::detail::socket_option::boolean< Level, Name >::level | ( | const Protocol & | ) | const [inline] |
| int asio::detail::socket_option::boolean< Level, Name >::name | ( | const Protocol & | ) | const [inline] |
| int* asio::detail::socket_option::boolean< Level, Name >::data | ( | const Protocol & | ) | [inline] |
| const int* asio::detail::socket_option::boolean< Level, Name >::data | ( | const Protocol & | ) | const [inline] |
| std::size_t asio::detail::socket_option::boolean< Level, Name >::size | ( | const Protocol & | ) | const [inline] |
| void asio::detail::socket_option::boolean< Level, Name >::resize | ( | const Protocol & | , | |
| std::size_t | s | |||
| ) | [inline] |
int asio::detail::socket_option::boolean< Level, Name >::value_ [private] |
1.5.4