#include <fstream.h>
Public Member Functions | |
StdErrStream () |
This proxy opens a dupped stream that interacts with the standard stream of the process. The application (and the VM, and the scripts too) may open and close an arbitrary number of this instances, without interfering each other.
If a script, the VM or an embedding application (that wishes to do it through Falcon portable xplatform API) needs to close the standard stream, then it must create and delete (or simply close) an instance of RawStdxxxStream.
Falcon::StdErrStream::StdErrStream | ( | ) |