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

OutBinaryFile Class Reference

A binary stream into a file. More...

#include <OutStreams.h>

Inheritance diagram for OutBinaryFile:

Inheritance graph
[legend]
Collaboration diagram for OutBinaryFile:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OutBinaryFile (const char *name)
 Constructor.

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


Detailed Description

A binary stream into a file.

Definition at line 726 of file OutStreams.h.


Constructor & Destructor Documentation

OutBinaryFile::OutBinaryFile 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 736 of file OutStreams.h.

References OutFile::open().

Here is the call graph for this function:

OutBinaryFile::OutBinaryFile 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 748 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:15 2004 for GT2004 by doxygen 1.3.6