.TH "redi" 3 "Sun Jan 12 2014" "PStreams" \" -*- nroff -*- .ad l .nh .SH NAME redi \- .PP All PStreams classes are declared in namespace redi\&. .SH SYNOPSIS .br .PP .SS "Classes" .in +1c .ti -1c .RI "struct \fBpstreams\fP" .br .RI "\fICommon base class providing constants and typenames\&. \fP" .ti -1c .RI "class \fBbasic_pstreambuf\fP" .br .RI "\fIClass template for stream buffer\&. \fP" .ti -1c .RI "class \fBpstream_common\fP" .br .RI "\fIClass template for common base class\&. \fP" .ti -1c .RI "class \fBbasic_ipstream\fP" .br .RI "\fIClass template for Input PStreams\&. \fP" .ti -1c .RI "class \fBbasic_opstream\fP" .br .RI "\fIClass template for Output PStreams\&. \fP" .ti -1c .RI "class \fBbasic_pstream\fP" .br .RI "\fIClass template for Bidirectional PStreams\&. \fP" .ti -1c .RI "class \fBbasic_rpstream\fP" .br .RI "\fIClass template for Restricted PStreams\&. \fP" .in -1c .SS "Typedefs" .in +1c .ti -1c .RI "typedef \fBbasic_pstreambuf\fP< char > \fBpstreambuf\fP" .br .RI "\fIType definition for common template specialisation\&. \fP" .ti -1c .RI "typedef \fBbasic_ipstream\fP< char > \fBipstream\fP" .br .RI "\fIType definition for common template specialisation\&. \fP" .ti -1c .RI "typedef \fBbasic_opstream\fP< char > \fBopstream\fP" .br .RI "\fIType definition for common template specialisation\&. \fP" .ti -1c .RI "typedef \fBbasic_pstream\fP< char > \fBpstream\fP" .br .RI "\fIType definition for common template specialisation\&. \fP" .ti -1c .RI "typedef \fBbasic_rpstream\fP< char > \fBrpstream\fP" .br .RI "\fIType definition for common template specialisation\&. \fP" .in -1c .SH "Detailed Description" .PP All PStreams classes are declared in namespace redi\&. Like the standard iostreams, PStreams is a set of class templates, taking a character type and traits type\&. As with the standard streams they are most likely to be used with \fCchar\fP and the default traits type, so typedefs for this most common case are provided\&. .PP The \fC\fBpstream_common\fP\fP class template is not intended to be used directly, it is used internally to provide the common functionality for the other stream classes\&. .SH "Author" .PP Generated automatically by Doxygen for PStreams from the source code\&.