Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

redi Namespace Reference

All PStreams classes are declared in namespace redi. More...


Classes

struct  pstreams
 Common base class providing constants and typenames. More...
class  basic_pstreambuf
 Class template for stream buffer. More...
class  pstream_common
 Class template for common base class. More...
class  basic_ipstream
class  basic_opstream
class  basic_pstream
class  basic_rpstream

Typedefs

typedef basic_pstreambuf<
char > 
pstreambuf
 Type definition for common template specialisation.
typedef basic_ipstream< char > ipstream
 Type definition for common template specialisation.
typedef basic_opstream< char > opstream
 Type definition for common template specialisation.
typedef basic_pstream< char > pstream
 Type definition for common template specialisation.
typedef basic_rpstream< char > rpstream
 Type definition for common template specialisation.


Detailed Description

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 char and the default traits type, so typedefs for this most common case are provided.

The pstream_common class template is not intended to be used directly, it is used internally to provide the common functionality for the other stream classes.


Generated on Fri Apr 15 09:04:59 2005 for PStreams by  doxygen 1.4.2