OpenSDN source code
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< UdpServerUdpServerPtr
 

Functions

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

Typedef Documentation

◆ UdpServerPtr

typedef boost::intrusive_ptr<UdpServer> UdpServerPtr

Definition at line 136 of file udp_server.h.

Function Documentation

◆ intrusive_ptr_add_ref()

void intrusive_ptr_add_ref ( UdpServer server)
inline

Definition at line 138 of file udp_server.h.

◆ intrusive_ptr_release()

void intrusive_ptr_release ( UdpServer server)
inline

Definition at line 142 of file udp_server.h.