COPASI API
4.40.278
|
#include <CReportBody.h>
Public Member Functions | |
void | cleanup () |
CReportBody () | |
CReportTable * | getTable () |
void | setTable (CReportTable *table) |
~CReportBody () | |
Private Attributes | |
CReportTable * | mpReportTable |
std::vector< CCommonName > | mReportObjectName |
CReportBody::CReportBody | ( | ) |
Default constructor.
CReportBody::~CReportBody | ( | ) |
Destructor.
References cleanup().
void CReportBody::cleanup | ( | ) |
CReportTable * CReportBody::getTable | ( | ) |
gets the Table tag in the Body Tag
References mpReportTable.
void CReportBody::setTable | ( | CReportTable * | table | ) |
sets the Table tag in the Body tag
References mpReportTable.
|
private |
Referenced by cleanup(), getTable(), and setTable().
|
private |
Referenced by cleanup().