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

OutTextFile Class Reference

A text stream into a file. More...

#include <OutStreams.h>

Inheritance diagram for OutTextFile:

Inheritance graph
[legend]
Collaboration diagram for OutTextFile:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OutTextFile (const char *name)
 Constructor.

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


Detailed Description

A text stream into a file.

Definition at line 787 of file OutStreams.h.


Constructor & Destructor Documentation

OutTextFile::OutTextFile 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 797 of file OutStreams.h.

References OutFile::open().

Here is the call graph for this function:

OutTextFile::OutTextFile 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 809 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:21 2004 for GT2004 by doxygen 1.3.6