OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
udp_server.h File Reference
#include <string>
#include <vector>
#include <boost/asio.hpp>
#include <boost/intrusive_ptr.hpp>
#include "io/event_manager.h"
#include "io/server_manager.h"
#include "io/io_utils.h"
Include dependency graph for udp_server.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UdpServer
 
class  UdpServerManager
 

Typedefs

typedef boost::intrusive_ptr
< UdpServer
UdpServerPtr
 

Functions

void intrusive_ptr_add_ref (UdpServer *server)
 
void intrusive_ptr_release (UdpServer *server)
 

Typedef Documentation

typedef boost::intrusive_ptr<UdpServer> UdpServerPtr

Definition at line 136 of file udp_server.h.

Function Documentation

void intrusive_ptr_add_ref ( UdpServer server)
inline

Definition at line 138 of file udp_server.h.

void intrusive_ptr_release ( UdpServer server)
inline

Definition at line 142 of file udp_server.h.