frepple::utils::XMLOutputFile Class Reference

This class writes XML data to a flat file. More...

#include <utils.h>

Inheritance diagram for frepple::utils::XMLOutputFile:
frepple::utils::XMLOutput

List of all members.

Public Member Functions

 XMLOutputFile (const string &chFilename)
 ~XMLOutputFile ()

Detailed Description

This class writes XML data to a flat file.

Note that an object of this class can write only to a single file. If multiple files are required multiple XMLOutputFile objects will be required too.

See also:
XMLOutput

Definition at line 2341 of file utils.h.


Constructor & Destructor Documentation

frepple::utils::XMLOutputFile::XMLOutputFile ( const string &  chFilename  )  [inline]

Constructor with a filename as argument. An exception will be thrown if the output file can't be properly initialized.

Definition at line 2346 of file utils.h.

frepple::utils::XMLOutputFile::~XMLOutputFile (  )  [inline]

Destructor.

Definition at line 2354 of file utils.h.


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

Generated on 25 Sep 2009 for frePPLe by  doxygen 1.6.1