C# Class libsbml.XMLErrorLog

Inheritance: IDisposable
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
XMLErrorLog ( ) : System
XMLErrorLog ( XMLErrorLog other ) : System
add ( SWIGTYPE_p_std__vectorT_XMLError_p_t errors ) : void
add ( XMLError error ) : void
changeErrorSeverity ( int originalSeverity, int targetSeverity ) : void
changeErrorSeverity ( int originalSeverity, int targetSeverity, string package ) : void
clearLog ( ) : void
getError ( long n ) : XMLError
getNumErrors ( ) : long
getSeverityOverride ( ) : int
isSeverityOverridden ( ) : bool
operator ( ) : bool
printErrors ( ) : void
printErrors ( OStream stream ) : void
printErrors ( OStream stream, long severity ) : void
setSeverityOverride ( int severity ) : void
toString ( ) : string
unsetSeverityOverride ( ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( Object sb ) : bool
sb Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XMLErrorLog() public method

public XMLErrorLog ( ) : System
return System

XMLErrorLog() public method

public XMLErrorLog ( XMLErrorLog other ) : System
other XMLErrorLog
return System

add() public method

public add ( SWIGTYPE_p_std__vectorT_XMLError_p_t errors ) : void
errors SWIGTYPE_p_std__vectorT_XMLError_p_t
return void

add() public method

public add ( XMLError error ) : void
error XMLError
return void

changeErrorSeverity() public method

public changeErrorSeverity ( int originalSeverity, int targetSeverity ) : void
originalSeverity int
targetSeverity int
return void

changeErrorSeverity() public method

public changeErrorSeverity ( int originalSeverity, int targetSeverity, string package ) : void
originalSeverity int
targetSeverity int
package string
return void

clearLog() public method

public clearLog ( ) : void
return void

getError() public method

public getError ( long n ) : XMLError
n long
return XMLError

getNumErrors() public method

public getNumErrors ( ) : long
return long

getSeverityOverride() public method

public getSeverityOverride ( ) : int
return int

isSeverityOverridden() public method

public isSeverityOverridden ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

printErrors() public method

public printErrors ( ) : void
return void

printErrors() public method

public printErrors ( OStream stream ) : void
stream OStream
return void

printErrors() public method

public printErrors ( OStream stream, long severity ) : void
stream OStream
severity long
return void

setSeverityOverride() public method

public setSeverityOverride ( int severity ) : void
severity int
return void

toString() public method

public toString ( ) : string
return string

unsetSeverityOverride() public method

public unsetSeverityOverride ( ) : void
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool