TODO Comment class here. More...
#include <PostWriter.h>
Public Member Functions | |
PostWriter (MonitoringManager *monitoringManager) | |
constructor More... | |
std::string | write () |
write the POST part of batch file into a string More... | |
~PostWriter () | |
destructor More... | |
Public Member Functions inherited from AnsysBatchWriter | |
AnsysBatchWriter (MonitoringManager *monitoringManager) | |
constructor More... | |
virtual | ~AnsysBatchWriter () |
destructor More... | |
Additional Inherited Members | |
Protected Attributes inherited from AnsysBatchWriter | |
MonitoringManager * | monitoringManager |
monitoring manager More... | |
TODO Comment class here.
PostWriter::PostWriter | ( | MonitoringManager * | monitoringManager | ) |
constructor
PostWriter::~PostWriter | ( | ) |
destructor
|
virtual |
write the POST part of batch file into a string
Implements AnsysBatchWriter.
Referenced by AnsysBatch::write().