I/O Channel Classes

Classes that perform general I/O
o PChannelStreamBuffer
o PChannel
Abstract class defining I/O channel semantics.
o PIndirectChannel
This is a channel that operates indirectly through another channel(s).
o PConsoleChannel
This class defines an I/O channel that communicates via a console
o PPipeChannel
A channel that uses a operating system pipe between the current process and a sub-process.
o PSerialChannel
This class defines an I/O channel that communicates via a serial port.
o PFile
This class represents a disk file.
o PTextFile
A class representing a a structured file that is portable accross CPU architectures.
o PStructuredFile
A class representing a a structured file that is portable accross CPU architectures (as in the XDR protocol).
o PFilePathString
Base string type for a file path.
o PFilePath
This class describes a full description for a file on the particular platform.
o PFileInfo
Class containing the system information on a file path.
o PDirectory
Class to represent a directory in the operating system file system.
o PFakeVideoInputDevice
This class defines a video input device that generates fictitous image data
o PColourConverterRegistration
This class registers a colour conversion class.
o PColourConverter
This class defines a means to convert an image from one colour format to another.
o PCOLOUR_CONVERTER
Declare a colour converter class with Convert() function.
Classes that perform general I/O

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.