COPASI API
4.16.103
|
#include <CReportBody.h>
Public Member Functions | |
void | cleanup () |
CReportTable () | |
std::vector< CCopasiObjectName > * | getObjectNameVector () |
const std::string & | getSeparator () |
bool | printTitle () |
void | setObjectNameVector (std::vector< CCopasiObjectName > *objectVector) |
void | setPrintTitle (bool printTitle) |
void | setSeparator (const std::string separator) |
~CReportTable () | |
Private Attributes | |
std::vector< CCopasiObjectName > * | mpObjectNameVector |
bool | mPrintTitle |
std::string | mSeparator |
Definition at line 64 of file CReportBody.h.
CReportTable::CReportTable | ( | ) |
Default constructor.
Definition at line 45 of file CReportBody.cpp.
CReportTable::~CReportTable | ( | ) |
void CReportTable::cleanup | ( | ) |
cleanup
Definition at line 54 of file CReportBody.cpp.
References mpObjectNameVector, and pdelete.
Referenced by ~CReportTable().
|
inline |
gets the Object tag of the Table tag
Definition at line 90 of file CReportBody.h.
References mpObjectNameVector.
|
inline |
gets the Separator attribute of the Table tag
Definition at line 106 of file CReportBody.h.
References mSeparator.
|
inline |
gets the printTitle of the Table tag
Definition at line 122 of file CReportBody.h.
References mPrintTitle.
Referenced by setPrintTitle().
|
inline |
sets the Object tag of the Table tag
Definition at line 98 of file CReportBody.h.
References mpObjectNameVector.
|
inline |
sets the print Title of the Table tag
Definition at line 130 of file CReportBody.h.
References mPrintTitle, and printTitle().
|
inline |
sets the separator attribute of the Table tag
Definition at line 114 of file CReportBody.h.
References mSeparator.
|
private |
Definition at line 67 of file CReportBody.h.
Referenced by cleanup(), getObjectNameVector(), and setObjectNameVector().
|
private |
Definition at line 69 of file CReportBody.h.
Referenced by printTitle(), and setPrintTitle().
|
private |
Definition at line 68 of file CReportBody.h.
Referenced by getSeparator(), and setSeparator().