debian man page for ost_ttystream

Query: ost_ttystream

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ost::ttystream(3)					     Library Functions Manual						 ost::ttystream(3)

NAME
ost::ttystream - A more natural C++ 'ttystream' class for use by non-threaded applications.
SYNOPSIS
#include <serial.h> Inherits ost::TTYStream. Public Member Functions ttystream () Construct an unopened 'ttystream' object. ttystream (const char *name) Construct and 'open' a tty stream object. void open (const char *name) Open method for a tty stream. void close (void) Close method for a tty stream. bool operator! () Test to see if stream is opened. Additional Inherited Members Detailed Description A more natural C++ 'ttystream' class for use by non-threaded applications. This class behaves a lot more like fstream and similar classes. Author: David Sugar dyfet@ostel.com C++ 'fstream' style ttystream class. Constructor &; Destructor Documentation ost::ttystream::ttystream () Construct an unopened 'ttystream' object. ost::ttystream::ttystream (const char *name) 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. Member Function Documentation void ost::ttystream::close (void) Close method for a tty stream. Reimplemented from ost::Serial. void ost::ttystream::open (const char *name) Open method for a tty stream. Parameters: name filename to open. Reimplemented from ost::Serial. bool ost::ttystream::operator! (void) [inline] Test to see if stream is opened. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::ttystream(3)
Related Man Pages
ost_crc16digest(3) - debian
ost_checksumdigest(3) - debian
ost_counter(3) - debian
ost_dir(3) - debian
ost_number(3) - debian
Similar Topics in the Unix Linux Community
Open source gets an &quot;A&quot; grade at UniversityReaders
24 Great Open Source Apps for Admins &amp; Technicians
Assign NULL to stream objects
C++ Using open on a string instead of char*
Replacing a word of a text file, in C++ fstream