COPASI API
4.16.103
|
#include <CReportBody.h>
Public Member Functions | |
void | cleanup () |
CReportBody () | |
CReportTable * | getTable () |
void | setTable (CReportTable *table) |
~CReportBody () | |
Private Attributes | |
CReportTable * | mpReportTable |
std::vector< CCopasiObjectName > | mReportObjectName |
Definition at line 31 of file CReportBody.h.
CReportBody::CReportBody | ( | ) |
CReportBody::~CReportBody | ( | ) |
void CReportBody::cleanup | ( | ) |
cleanup
Definition at line 28 of file CReportBody.cpp.
References mpReportTable, mReportObjectName, and pdelete.
Referenced by ~CReportBody().
CReportTable * CReportBody::getTable | ( | ) |
gets the Table tag in the Body Tag
Definition at line 34 of file CReportBody.cpp.
References mpReportTable.
void CReportBody::setTable | ( | CReportTable * | table | ) |
sets the Table tag in the Body tag
Definition at line 37 of file CReportBody.cpp.
References mpReportTable.
|
private |
Definition at line 35 of file CReportBody.h.
Referenced by cleanup(), getTable(), and setTable().
|
private |
Definition at line 34 of file CReportBody.h.
Referenced by cleanup().