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

OutTextRawFile Class Reference

A text stream into a file. More...

#include <OutStreams.h>

Inheritance diagram for OutTextRawFile:

Inheritance graph
[legend]
Collaboration diagram for OutTextRawFile:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OutTextRawFile (const char *name)
 Constructor.

 OutTextRawFile (const char *name, bool append)
 Constructor.


Detailed Description

A text stream into a file.

Definition at line 818 of file OutStreams.h.


Constructor & Destructor Documentation

OutTextRawFile::OutTextRawFile const char *  name  )  [inline]
 

Constructor.

Parameters:
name The name of the file to open. It will be interpreted as relative to the configuration directory. If the file does not exist, it will be created. If it already exists, its previous contents will be discared.

Definition at line 828 of file OutStreams.h.

References OutFile::open().

Here is the call graph for this function:

OutTextRawFile::OutTextRawFile const char *  name,
bool  append
[inline]
 

Constructor.

Parameters:
name The name of the file to open. It will be interpreted as relative to the configuration directory. If the file does not exist, it will be created. If it already exists, its previous contents will be preserved, if append = true.
append Determines, if the file content is preserved or discared.

Definition at line 840 of file OutStreams.h.

References OutFile::open().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Thu Sep 23 20:10:24 2004 for GT2004 by doxygen 1.3.6