Modifier and Type | Class and Description |
---|---|
class |
OFStream
Wrapper class for the C++ standard file stream
ofstream . |
class |
OStringStream
Wrapper class for the C++ standard stream
ostringstream . |
Modifier and Type | Field and Description |
---|---|
static OStream |
libsbml.cerr
Stream handle for low-level C++ standard error stream.
|
static OStream |
libsbml.clog
Stream handle for low-level C++ standard logging stream.
|
static OStream |
libsbml.cout
Stream handle for low-level C++ standard output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLErrorLog.printErrors(OStream stream)
Prints all the errors or warnings stored in this error log
|
void |
SBMLDocument.printErrors(OStream stream)
Prints all the errors or warnings encountered trying to parse,
check, or translate this SBML document.
|
boolean |
SBMLWriter.writeSBML(SBMLDocument d,
OStream stream)
Writes the given SBML document to the output stream.
|