|
copasi API
0.1
|
#include <CCopasiStaticString.h>
Public Member Functions | |
| CCopasiStaticString (const std::string &name="", const CCopasiContainer *pParent=NULL, const std::string &type="String", const unsigned C_INT32 &flag=CCopasiObject::StaticString) | |
| CCopasiStaticString (const CCopasiStaticString &src, const CCopasiContainer *pParent=NULL) | |
| ~CCopasiStaticString () | |
| virtual std::string | getObjectDisplayName (bool regular=true, bool richtext=false) const |
| CCopasiStaticString & | operator= (const std::string &rhs) |
| virtual void | print (std::ostream *ostream) const |
| const std::string & | getStaticString () const |
Class CCopasiStaticString
This class is the class for storing Copasi Static String Names.
Copyright Liang Xu 2002
| CCopasiStaticString::CCopasiStaticString | ( | const std::string & | name = "", |
| const CCopasiContainer * | pParent = NULL, |
||
| const std::string & | type = "String", |
||
| const unsigned C_INT32 & | flag = CCopasiObject::StaticString |
||
| ) |
| CCopasiStaticString::CCopasiStaticString | ( | const CCopasiStaticString & | src, |
| const CCopasiContainer * | pParent = NULL |
||
| ) |
| CCopasiStaticString::~CCopasiStaticString | ( | ) |
| virtual std::string CCopasiStaticString::getObjectDisplayName | ( | bool | regular = true, |
| bool | richtext = false |
||
| ) | const [virtual] |
Reimplemented from CCopasiObject.
Reimplemented in CCopasiReportSeparator.
| const std::string & CCopasiStaticString::getStaticString | ( | ) | const |
| CCopasiStaticString & CCopasiStaticString::operator= | ( | const std::string & | rhs | ) |
Reimplemented in CCopasiReportSeparator.
| void CCopasiStaticString::print | ( | std::ostream * | ostream | ) | const [virtual] |
This is the output method for any object. The default implementation provided with CCopasiObject uses the ostream operator<< of the object to print the object.To override this default behavior one needs to reimplement the virtual print function.
| std::ostream | * ostream |
Reimplemented from CCopasiObject.
1.7.5.1