1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.TH "FIFOSession" 3 "19 Jul 2003" "CommonC++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
FIFOSession \- The FIFOSession produces a seperate thread which can manage a fifo stream session.
.SH SYNOPSIS
.br
.PP
\fC#include <file.h>\fP
.PP
Inherits \fBThread\fP, and \fBFile\fP.
.PP
.SS "Public Methods"
.in +1c
.ti -1c
.RI "\fBFIFOSession\fP (const char *session, long access=(long) attrGroup, int pri=0, int stack=0)"
.br
.ti -1c
.RI "virtual \fB~FIFOSession\fP ()"
.br
.in -1c
.SH "DETAILED DESCRIPTION"
.PP
The FIFOSession produces a seperate thread which can manage a fifo stream session.
.PP
This is somewhat similar to \fBTTYSession\fP and \fBTCPSession\fP in purpose.
.PP
\fBTodo: \fP
.in +1c
implement in win32
.PP
.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION"
.PP
.SS "FIFOSession::FIFOSession (const char * session, long access = (long) attrGroup, int pri = 0, int stack = 0)"
.PP
.SS "virtual FIFOSession::~FIFOSession ()\fC [virtual]\fP"
.PP
.SH "AUTHOR"
.PP
Generated automatically by Doxygen for CommonC++ from the source code.
|