C# Class libsbml.ASTNodeList

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
ASTNodeList ( ) : System
Dispose ( ) : void
add ( ASTNode item ) : void
get ( uint n ) : ASTNode
getSize ( ) : uint
prepend ( ASTNode item ) : void
remove ( uint n ) : ASTNode

Private Methods

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

Method Details

ASTNodeList() public method

public ASTNodeList ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

add() public method

public add ( ASTNode item ) : void
item ASTNode
return void

get() public method

public get ( uint n ) : ASTNode
n uint
return ASTNode

getSize() public method

public getSize ( ) : uint
return uint

prepend() public method

public prepend ( ASTNode item ) : void
item ASTNode
return void

remove() public method

public remove ( uint n ) : ASTNode
n uint
return ASTNode

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool