.TH "redi" 3 "Thu Jan 12 2017" "PStreams" \" -*- nroff -*- .ad l .nh .SH NAME redi \- All PStreams classes are declared in namespace redi\&. .SH SYNOPSIS .br .PP .SS "Classes" .in +1c .ti -1c .RI "class \fBbasic_ipstream\fP" .br .RI "Class template for Input PStreams\&. " .ti -1c .RI "class \fBbasic_opstream\fP" .br .RI "Class template for Output PStreams\&. " .ti -1c .RI "class \fBbasic_pstream\fP" .br .RI "Class template for Bidirectional PStreams\&. " .ti -1c .RI "class \fBbasic_pstreambuf\fP" .br .RI "Class template for stream buffer\&. " .ti -1c .RI "class \fBbasic_rpstream\fP" .br .RI "Class template for Restricted PStreams\&. " .ti -1c .RI "class \fBpstream_common\fP" .br .RI "Class template for common base class\&. " .ti -1c .RI "struct \fBpstreams\fP" .br .RI "Common base class providing constants and typenames\&. " .in -1c .SS "Typedefs" .in +1c .ti -1c .RI "typedef \fBbasic_pstreambuf\fP< char > \fBpstreambuf\fP" .br .RI "Type definition for common template specialisation\&. " .ti -1c .RI "typedef \fBbasic_ipstream\fP< char > \fBipstream\fP" .br .RI "Type definition for common template specialisation\&. " .ti -1c .RI "typedef \fBbasic_opstream\fP< char > \fBopstream\fP" .br .RI "Type definition for common template specialisation\&. " .ti -1c .RI "typedef \fBbasic_pstream\fP< char > \fBpstream\fP" .br .RI "Type definition for common template specialisation\&. " .ti -1c .RI "typedef \fBbasic_rpstream\fP< char > \fBrpstream\fP" .br .RI "Type definition for common template specialisation\&. " .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\&.