#include <ostream.hpp>
Inheritance diagram for fileStream:
Public Member Functions | |
fileStream (char *file_name) | |
~fileStream () | |
int | is_open () const |
void | put (char c) |
Protected Attributes | |
FILE * | _file |
Definition at line 88 of file ostream.hpp.
fileStream::fileStream | ( | char * | file_name | ) |
fileStream::~fileStream | ( | ) |
int fileStream::is_open | ( | ) | const [inline] |
Definition at line 94 of file ostream.hpp.
References _file.
Referenced by InliningDatabase::file_out().
void fileStream::put | ( | char | c | ) | [virtual] |
Reimplemented from outputStream.
Definition at line 142 of file ostream.cpp.
References _file, and outputStream::_position.
FILE* fileStream::_file [protected] |
Definition at line 90 of file ostream.hpp.
Referenced by fileStream(), is_open(), put(), and ~fileStream().