.TH "pstream.h" 3 "Sun Dec 13 2020" "PStreams" \" -*- nroff -*- .ad l .nh .SH NAME pstream.h \- Declares all PStreams classes .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "struct \fBredi::pstreams\fP" .br .RI "Common base class providing constants and typenames\&. " .ti -1c .RI "class \fBredi::basic_pstreambuf< CharT, Traits >\fP" .br .RI "Class template for stream buffer\&. " .ti -1c .RI "class \fBredi::pstream_common< CharT, Traits >\fP" .br .RI "Class template for common base class\&. " .ti -1c .RI "class \fBredi::basic_ipstream< CharT, Traits >\fP" .br .RI "Class template for Input PStreams\&. " .ti -1c .RI "class \fBredi::basic_opstream< CharT, Traits >\fP" .br .RI "Class template for Output PStreams\&. " .ti -1c .RI "class \fBredi::basic_pstream< CharT, Traits >\fP" .br .RI "Class template for Bidirectional PStreams\&. " .ti -1c .RI "class \fBredi::basic_rpstream< CharT, Traits >\fP" .br .RI "Class template for Restricted PStreams\&. " .in -1c .SS "Namespaces" .in +1c .ti -1c .RI " \fBredi\fP" .br .RI "All PStreams classes are declared in namespace redi\&. " .in -1c .SS "Macros" .in +1c .ti -1c .RI "#define \fBPSTREAMS_VERSION\fP 0x0103" .br .RI "The library version\&. " .in -1c .SS "Typedefs" .in +1c .ti -1c .RI "typedef basic_pstreambuf< char > \fBredi::pstreambuf\fP" .br .RI "Type definition for common template specialisation\&. " .ti -1c .RI "typedef basic_ipstream< char > \fBredi::ipstream\fP" .br .RI "Type definition for common template specialisation\&. " .ti -1c .RI "typedef basic_opstream< char > \fBredi::opstream\fP" .br .RI "Type definition for common template specialisation\&. " .ti -1c .RI "typedef basic_pstream< char > \fBredi::pstream\fP" .br .RI "Type definition for common template specialisation\&. " .ti -1c .RI "typedef basic_rpstream< char > \fBredi::rpstream\fP" .br .RI "Type definition for common template specialisation\&. " .in -1c .SH "Detailed Description" .PP Declares all PStreams classes\&. .PP \fBAuthor\fP .RS 4 Jonathan Wakely .RE .PP Defines classes \fBredi::ipstream\fP, \fBredi::opstream\fP, \fBredi::pstream\fP and \fBredi::rpstream\fP\&. .SH "Author" .PP Generated automatically by Doxygen for PStreams from the source code\&.