COPASI API
4.40.278
|
#include "copasi/copasi.h"
#include "CCrossSectionProblem.h"
#include "copasi/CopasiDataModel/CDataModel.h"
Functions | |
std::ostream & | operator<< (std::ostream &os, const CCrossSectionProblem &o) |
std::ostream& operator<< | ( | std::ostream & | os, |
const CCrossSectionProblem & | o | ||
) |
This is the output method for any result of a problem. The default implementation provided with CCopasiProblem. Does only print "Not implemented." To overide this default behaviour one needs to reimplement the virtual printResult function.
std::ostream | * ostream Output stream operator. Prints description of the problem |
ostream | & os |
const | Problem & A |