#include <socket_holder.hpp>
Public Member Functions | |
socket_type | get () const |
socket_type | release () |
void | reset () |
void | reset (socket_type s) |
socket_holder () | |
socket_holder (socket_type s) | |
~socket_holder () | |
Private Attributes | |
socket_type | socket_ |
Definition at line 27 of file socket_holder.hpp.
asio::detail::socket_holder::socket_holder | ( | ) | [inline] |
Definition at line 32 of file socket_holder.hpp.
asio::detail::socket_holder::socket_holder | ( | socket_type | s | ) | [inline, explicit] |
Definition at line 38 of file socket_holder.hpp.
asio::detail::socket_holder::~socket_holder | ( | ) | [inline] |
Definition at line 44 of file socket_holder.hpp.
socket_type asio::detail::socket_holder::get | ( | ) | const [inline] |
Definition at line 54 of file socket_holder.hpp.
socket_type asio::detail::socket_holder::release | ( | ) | [inline] |
Definition at line 78 of file socket_holder.hpp.
void asio::detail::socket_holder::reset | ( | ) | [inline] |
Definition at line 60 of file socket_holder.hpp.
void asio::detail::socket_holder::reset | ( | socket_type | s | ) | [inline] |
Definition at line 71 of file socket_holder.hpp.
Definition at line 87 of file socket_holder.hpp.