Go to the first, previous, next, last section, table of contents.


CNPiostream -- persistent iostream format

SYNOPSIS

#include <CNCL/Piostream.h>

TYPE

CN_PIOSTREAM

BASE CLASSES

CNPstream

DERIVED CLASSES

None

RELATED CLASSES

None

DESCRIPTION

The class CNPiostream manages the interface to the gnu c++ iostream library. Thus, all virtual functions of the base class CNPstream are defined here. For a description see the base class.

Constructors:

CNPiostream(iostream& s);
CNPiostream(CNParam *param);
Initializes the CNPiostream.


Go to the first, previous, next, last section, table of contents.