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

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

#include <Asio.hpp>

Inheritance diagram for Sirikata::Network::UDPSocket:
Collaboration diagram for Sirikata::Network::UDPSocket:

List of all members.

Public Member Functions

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

Detailed Description

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


Constructor & Destructor Documentation

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

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