1 #ifndef __IO__SELECTABLE__HPP__
2 #define __IO__SELECTABLE__HPP__
8 /// Provides an interface for access (in various publicty degrees) to
9 /// the file descriptor.
11 /// @example select.cpp
15 /// Returns the filedescriptor.
16 virtual int get_fd() const = 0;