COPASI API
4.40.278
|
#include <COptLogEntry.h>
Public Member Functions | |
COptLogEntry () | |
COptLogEntry (const std::string &header, const std::string &subtext="", const std::string &status="") | |
std::string | getHeader () const |
std::string | getStatusDetails () const |
std::string | getSubtext () const |
virtual | ~COptLogEntry () |
Protected Attributes | |
std::string | MsgHeader |
std::string | MsgSubtext |
std::string | StatusDump |
COptLogEntry::COptLogEntry | ( | const std::string & | header, |
const std::string & | subtext = "" , |
||
const std::string & | status = "" |
||
) |
Constructor.
References LocalTimeStamp(), and MsgHeader.
COptLogEntry::COptLogEntry | ( | ) |
COptLogEntry class Container for a log message created by the copasi optimization methods. Stores various variable for later compilation of a message string.
Written by Pedro Mendes, based on earlier code by Jonas F�rster
|
virtual |
Destructor
std::string COptLogEntry::getHeader | ( | ) | const |
References MsgHeader.
std::string COptLogEntry::getStatusDetails | ( | ) | const |
References StatusDump.
std::string COptLogEntry::getSubtext | ( | ) | const |
References MsgSubtext.
|
protected |
One message header
Referenced by COptLogEntry(), and getHeader().
|
protected |
One message subtext
Referenced by getSubtext().
|
protected |
A string containing further detailed information of the current state of the optimization method (optional).
Referenced by getStatusDetails().