#include <tty.H>
Inheritance diagram for FD_EVENT:
Public Member Functions | |
FD_EVENT () | |
virtual | ~FD_EVENT () |
virtual void | sample ()=0 |
virtual void | reset () |
virtual void | except () |
int | fd () |
Protected Attributes | |
int | _fd |
Definition at line 39 of file tty.H.
|
|
|
|
|
|
|
Definition at line 48 of file tty.H. References _fd. Referenced by Network::connect_to(), NetStream::interpret(), and WIN_MANAGER::tty_to_id::ready(). |
|
Reimplemented in TabletMultimode. |
|
Implemented in TabletMultimode, TTYfd, NetStream, and Network. |
|