23 #ifndef INCLUDED_GR_SELECT_HANDLER_H
24 #define INCLUDED_GR_SELECT_HANDLER_H
27 #include <boost/shared_ptr.hpp>
49 int fd()
const {
return d_fd; }
58 virtual void handle_read() = 0;
66 virtual void handle_write() = 0;
virtual bool writable()
Definition: gr_select_handler.h:82
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
virtual bool readable()
Definition: gr_select_handler.h:74
Abstract handler for select based notification.
Definition: gr_select_handler.h:39
int file_descriptor() const
Definition: gr_select_handler.h:50
int fd() const
Definition: gr_select_handler.h:49