#include <unix_buffer.H>
Public Member Functions | |
int | get_descriptor () const |
returns the attached file/socket descriptor | |
fd_iostream (const int _fd) | |
virtual | ~fd_iostream () |
Protected Member Functions | |
virtual int | _get_descriptor () const |
Protected Attributes | |
unix_fd_buffer | buf |
Definition at line 1290 of file unix_buffer.H.
fd_iostream::fd_iostream | ( | const int | _fd | ) | [inline, explicit] |
Definition at line 1300 of file unix_buffer.H.
virtual fd_iostream::~fd_iostream | ( | ) | [inline, virtual] |
Definition at line 1301 of file unix_buffer.H.
virtual int fd_iostream::_get_descriptor | ( | ) | const [inline, protected, virtual] |
Implements Cprovide_descriptor_access.
Reimplemented in sd_iostream.
Definition at line 1294 of file unix_buffer.H.
References buf, and unix_fd_buffer::get_descriptor().
int fd_iostream::get_descriptor | ( | ) | const [inline] |
unix_fd_buffer fd_iostream::buf [protected] |
Definition at line 1293 of file unix_buffer.H.
Referenced by sd_iostream::_get_descriptor(), and _get_descriptor().