|
libSBML C# API
5.18.0
|
Public Member Functions | |
| void | close () |
| override void | Dispose () |
| void | endl () |
| virtual SWIGTYPE_p_std__ostream | get_ostream () |
| bool | is_open () |
| OFStream (string filename, bool is_append) | |
| OFStream (string filename) | |
| void | open (string filename, bool is_append) |
| void | open (string filename) |
Public Attributes | |
| const int | CERR = COUT + 1 |
| const int | CLOG = CERR + 1 |
| const int | COUT = 0 |
Protected Attributes | |
| bool | swigCMemOwn |
| libsbmlcs.OFStream.OFStream | ( | string | filename, |
| bool | is_append | ||
| ) |
| libsbmlcs.OFStream.OFStream | ( | string | filename | ) |
| void libsbmlcs.OFStream.close | ( | ) |
|
virtual |
Reimplemented from libsbmlcs.OStream.
|
inherited |
|
virtualinherited |
| bool libsbmlcs.OFStream.is_open | ( | ) |
| void libsbmlcs.OFStream.open | ( | string | filename, |
| bool | is_append | ||
| ) |
| void libsbmlcs.OFStream.open | ( | string | filename | ) |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |