#include <ReportToFile.h>
Public Member Functions | |
| ReportToFile () | |
| ReportToFile (string masterdir) | |
| ~ReportToFile () | |
| void | openFile (string str) |
| void | openFile (string str, string dir) |
| void | addLine (string str) |
| void | addOutput (vector< string > v) |
| void | addOutput (vector< byte > v) |
| void | closeFile () |
| void | setMasterDir (string masterdir) |
Private Attributes | |
| string | filename |
| ofstream | fileOut |
| string | dirname |
| string | MasterDir |
| bool | dirflag |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|