#include <CExporterFileoutput.h>
Public Member Functions | |
CExporterFileoutput () | |
std::string | outputFilename () |
void | setOutputFilename (std::string strFilename) |
bool | writeToFile (std::string strContent, std::string strFilename="") |
~CExporterFileoutput () |
Definition at line 52 of file CExporterFileoutput.h.
Definition at line 44 of file CExporterFileoutput.cpp.
Definition at line 48 of file CExporterFileoutput.cpp.
std::string beliefstate::CExporterFileoutput::outputFilename | ( | ) |
Definition at line 55 of file CExporterFileoutput.cpp.
void beliefstate::CExporterFileoutput::setOutputFilename | ( | std::string | strFilename | ) |
Definition at line 51 of file CExporterFileoutput.cpp.
bool beliefstate::CExporterFileoutput::writeToFile | ( | std::string | strContent, |
std::string | strFilename = "" |
||
) |
Definition at line 59 of file CExporterFileoutput.cpp.