#include <CCopasiTask.h>
List of all members.
Constructor & Destructor Documentation
Copy constructor
- Parameters:
-
CCopasiTask::CResult::~CResult |
( |
| ) |
[virtual] |
Member Function Documentation
void CCopasiTask::CResult::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 overide this default behaviour one needs to reimplement the virtual print function.
- Parameters:
-
Reimplemented from CCopasiObject.
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CResult & |
o |
|
) |
| [friend] |
Output stream operator
- Parameters:
-
- Returns:
- ostream & os
The documentation for this class was generated from the following files: