phoenix::aux::DebugManager Class Reference

Debug manager. More...

#include <PhAux.h>

List of all members.

Public Member Functions

 DebugManager (string f="debug.txt")
 Construct.
 ~DebugManager ()
 Destruct.
void addString (string s)
 Add string.


Detailed Description

Debug manager.

This is a debug manager, basically you can write strings to it and it will write to a file.


Constructor & Destructor Documentation

phoenix::aux::DebugManager::DebugManager ( string  f = "debug.txt"  ) 

Construct.

Makes a debug manager that outputs to a file.

Parameters:
f The filename to output debug strings to, default is "debug.txt".


Member Function Documentation

void phoenix::aux::DebugManager::addString ( string  s  ) 

Add string.

Adds a string to the output file.

Parameters:
s String to put into the debug file.


The documentation for this class was generated from the following file:
Generated on Tue Nov 20 21:59:25 2007 for Phoenix by  doxygen 1.5.4