libSBML C# API  libSBML 5.15.2 C# API
libsbmlcs.OStream Class Reference
Inheritance diagram for libsbmlcs.OStream:
[legend]

Public Member Functions

virtual void Dispose ()
 
void endl ()
 
virtual SWIGTYPE_p_std__ostream get_ostream ()
 
 OStream (int sot)
 
 OStream ()
 

Public Attributes

const int CERR = COUT + 1
 
const int CLOG = CERR + 1
 
const int COUT = 0
 

Protected Attributes

bool swigCMemOwn
 

Constructor & Destructor Documentation

◆ OStream() [1/2]

libsbmlcs.OStream.OStream ( int  sot)

◆ OStream() [2/2]

libsbmlcs.OStream.OStream ( )

Member Function Documentation

◆ Dispose()

virtual void libsbmlcs.OStream.Dispose ( )
virtual

◆ endl()

void libsbmlcs.OStream.endl ( )

◆ get_ostream()

virtual SWIGTYPE_p_std__ostream libsbmlcs.OStream.get_ostream ( )
virtual

Member Data Documentation

◆ CERR

const int libsbmlcs.OStream.CERR = COUT + 1

◆ CLOG

const int libsbmlcs.OStream.CLOG = CERR + 1

◆ COUT

const int libsbmlcs.OStream.COUT = 0

◆ swigCMemOwn

bool libsbmlcs.OStream.swigCMemOwn
protected