Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
asio::detail::socket_holder Class Reference

#include <socket_holder.hpp>

Inheritance diagram for asio::detail::socket_holder:
asio::detail::noncopyable

Public Member Functions

 socket_holder ()
 
 socket_holder (socket_type s)
 
 ~socket_holder ()
 
socket_type get () const
 
void reset ()
 
void reset (socket_type s)
 
socket_type release ()
 

Detailed Description

Definition at line 28 of file socket_holder.hpp.

Constructor & Destructor Documentation

asio::detail::socket_holder::socket_holder ( )
inline

Definition at line 33 of file socket_holder.hpp.

asio::detail::socket_holder::socket_holder ( socket_type  s)
inlineexplicit

Definition at line 39 of file socket_holder.hpp.

asio::detail::socket_holder::~socket_holder ( )
inline

Definition at line 45 of file socket_holder.hpp.

Member Function Documentation

socket_type asio::detail::socket_holder::get ( ) const
inline

Definition at line 56 of file socket_holder.hpp.

socket_type asio::detail::socket_holder::release ( )
inline

Definition at line 81 of file socket_holder.hpp.

void asio::detail::socket_holder::reset ( )
inline

Definition at line 62 of file socket_holder.hpp.

void asio::detail::socket_holder::reset ( socket_type  s)
inline

Definition at line 74 of file socket_holder.hpp.


The documentation for this class was generated from the following file: