Marine Library  1.0
C++ library for Linux Networking Development
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes
epoll.hh File Reference

A convenient interface for epoll(7). More...

#include <sys/epoll.h>
#include <vector>
#include "file.hh"
#include "tools/debug.hh"
#include "template.hh"

Go to the source code of this file.

Classes

struct  CEpollEvent
 Representation of epoll_event. More...
 
class  CEpoll
 Representation of epoll(7). More...
 

Detailed Description

A convenient interface for epoll(7).

Author
Zhao DAI