Sirikata
Public Member Functions
Sirikata::Network::TCPSocket Class Reference

Simple wrapper around Boost.Asio's tcp::socket, allowing for safe, cross-platform allocation and use. More...

#include <Asio.hpp>

Inheritance diagram for Sirikata::Network::TCPSocket:
Collaboration diagram for Sirikata::Network::TCPSocket:

List of all members.

Public Member Functions

 TCPSocket (IOService &io)
 TCPSocket (IOService *io)
virtual ~TCPSocket ()

Detailed Description

Simple wrapper around Boost.Asio's tcp::socket, allowing for safe, cross-platform allocation and use.


Constructor & Destructor Documentation

Sirikata::Network::TCPSocket::TCPSocket ( IOService io)
Sirikata::Network::TCPSocket::TCPSocket ( IOService io)
Sirikata::Network::TCPSocket::~TCPSocket ( ) [virtual]

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