Crossfire Server, Trunk
OutputFile Struct Reference

#include <output_file.h>

+ Collaboration diagram for OutputFile:

Data Fields

FILE * file
 
char * fname
 
char * fname_tmp
 

Detailed Description

Definition at line 41 of file output_file.h.

Field Documentation

◆ file

FILE* OutputFile::file

The file pointer for fname_tmp.

Definition at line 57 of file output_file.h.

Referenced by of_cancel(), of_close(), and of_open().

◆ fname

char* OutputFile::fname

The original output file that is written.

Definition at line 46 of file output_file.h.

Referenced by of_cancel(), of_close(), and of_open().

◆ fname_tmp

char* OutputFile::fname_tmp

The temporary output file that is written to until of_close() is called.

Definition at line 52 of file output_file.h.

Referenced by of_cancel(), of_close(), and of_open().


The documentation for this struct was generated from the following file: