C# Class libsbml.XMLErrorLog

Inheritance: IDisposable
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
XMLErrorLog ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLErrorLog obj ) : HandleRef
getCPtrAndDisown ( XMLErrorLog obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( Object sb ) : bool
sb Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XMLErrorLog() public méthode

public XMLErrorLog ( ) : System
Résultat System

XMLErrorLog() public méthode

public XMLErrorLog ( XMLErrorLog other ) : System
other XMLErrorLog
Résultat System

add() public méthode

public add ( SWIGTYPE_p_std__vectorT_XMLError_p_t errors ) : void
errors SWIGTYPE_p_std__vectorT_XMLError_p_t
Résultat void

add() public méthode

public add ( XMLError error ) : void
error XMLError
Résultat void

changeErrorSeverity() public méthode

public changeErrorSeverity ( int originalSeverity, int targetSeverity ) : void
originalSeverity int
targetSeverity int
Résultat void

changeErrorSeverity() public méthode

public changeErrorSeverity ( int originalSeverity, int targetSeverity, string package ) : void
originalSeverity int
targetSeverity int
package string
Résultat void

clearLog() public méthode

public clearLog ( ) : void
Résultat void

getError() public méthode

public getError ( long n ) : XMLError
n long
Résultat XMLError

getNumErrors() public méthode

public getNumErrors ( ) : long
Résultat long

getSeverityOverride() public méthode

public getSeverityOverride ( ) : int
Résultat int

isSeverityOverridden() public méthode

public isSeverityOverridden ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

printErrors() public méthode

public printErrors ( ) : void
Résultat void

printErrors() public méthode

public printErrors ( OStream stream ) : void
stream OStream
Résultat void

printErrors() public méthode

public printErrors ( OStream stream, long severity ) : void
stream OStream
severity long
Résultat void

setSeverityOverride() public méthode

public setSeverityOverride ( int severity ) : void
severity int
Résultat void

toString() public méthode

public toString ( ) : string
Résultat string

unsetSeverityOverride() public méthode

public unsetSeverityOverride ( ) : void
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool