|
libtasks Documentation
1.6
|
Base class for socket and term. More...
#include <io_base.h>

Public Member Functions | |
| io_base () | |
| io_base (int fd) | |
| virtual | ~io_base () |
| int | fd () const |
| virtual void | close () |
Protected Attributes | |
| int | m_fd = -1 |
|
inlinevirtual |
Reimplemented in tasks::serial::term.
Definition at line 24 of file io_base.h.

|
inline |