Falcon::RawStdErrStream Class Reference

Standard Error Stream encapsulation. More...

#include <fstream.h>

Inheritance diagram for Falcon::RawStdErrStream:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 RawStdErrStream ()


Detailed Description

Standard Error Stream encapsulation.

This Falcon Stream class encapsulates in a multiplatform and script wise class the real physical unerlying process standard stream.

Whatever happens to an instance of this class, it will happen also to the embedding process stream. In example, a script willing to close the output stream to signal that there's no more data to be sent before its termiantion, may get an instance of the raw output class through the RTL function stdOutRaw() and then close it with the close() method.

If the embedding application wishes to stop VM and scripts from accessing the real process standard stream, it may simply disable the stdInRaw() stdOutRaw() and stdErrRaw() functions by removing them from the RTL module before linking it in the VM.


Constructor & Destructor Documentation

Falcon::RawStdErrStream::RawStdErrStream (  ) 


The documentation for this class was generated from the following file:

Generated on Mon Oct 19 10:11:40 2009 for Falcon_Core by  doxygen 1.5.8