#include <tty.h>
Public Member Functions | |
Tty (bool echo=false, time_t delay=0, std::ostream *debug=0) | |
Open /dev/tty as an unbuffered stream. | |
~Tty () | |
Destructor. | |
bool | timedout () const |
void | reset () |
Clear the flags and set timedout to false. | |
void | close () |
Close the underlying file descriptor. | |
Private Attributes | |
bool | echo_ |
Definition at line 20 of file tty.h.
|
Open /dev/tty as an unbuffered stream.
|
|
Destructor.
|
|
|
|
Clear the flags and set timedout to false.
|
|
Close the underlying file descriptor.
|
|
dvutil-0.13.15 | [30 December, 2004] |