COPASI API  4.40.278
CCrossSectionProblem.cpp File Reference

Functions

std::ostream & operator<< (std::ostream &os, const CCrossSectionProblem &o)
 

Function Documentation

◆ operator<<()

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.

Parameters
std::ostream* ostream Output stream operator. Prints description of the problem
ostream& os
constProblem & A
Returns
ostream & os