C# Class libsbml.OStream

Inheritance: IDisposable
Show file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
OStream ( ) : System
OStream ( int sot ) : System
endl ( ) : void
get_ostream ( ) : libsbml.SWIGTYPE_p_std__ostream

Private Methods

Method Description
OStream ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( OStream obj ) : HandleRef
getCPtrAndDisown ( OStream obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OStream() public method

public OStream ( ) : System
return System

OStream() public method

public OStream ( int sot ) : System
sot int
return System

endl() public method

public endl ( ) : void
return void

get_ostream() public method

public get_ostream ( ) : libsbml.SWIGTYPE_p_std__ostream
return libsbml.SWIGTYPE_p_std__ostream

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool