class ttystream
|
C++ "fstream" style ttystream class.
More... |
|
|
Public Methods
A more natural C++ "ttystream" class for use by non-threaded
applications. This class behaves a lot more like fstream and
similar classes.
Construct an unopened "ttystream" object.
ttystream (const char *name)
| ttystream |
Construct and "open" a tty stream object. A filename in
the form "device:options[,options]" may be used to pass
device options as part of the open.
Parameters:
name | of file and serial options.
|
void open (const char *name)
| open |
Open method for a tty stream.
Parameters:
Close method for a tty stream.
inline bool operator! ()
| operator! |
Test to see if stream is opened.
- Author: David Sugar
- Generated: dyfet on home on Fri Jan 4 18:52:16 2002, using kdoc 2.0a53.