OpenSDN source code
|
#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"
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 boost::intrusive_ptr<UdpServer> UdpServerPtr |
Definition at line 136 of file udp_server.h.
|
inline |
Definition at line 138 of file udp_server.h.
|
inline |
Definition at line 142 of file udp_server.h.