libSBML C# API  libSBML 5.10.0 C# API
 All Classes Namespaces Files Functions Variables Properties Pages
libsbmlcs.IdList Class Reference
Inheritance diagram for libsbmlcs.IdList:
[legend]

Detailed Description

{core}

Maintains a list of SIds.

Public Member Functions

void append (string id)
 Appends id to the list of ids. More...
 
string at (int n)
 
void clear ()
 
bool contains (string id)
 Returns true if id is already in this IdList, false otherwise. More...
 
virtual void Dispose ()
 
 IdList ()
 
 IdList (string commaSeparated)
 
void removeIdsBefore (string id)
 Removes all ids in this IdList before the given id. More...
 
long size ()
 Returns the number of ids in this IdList. More...
 

Protected Attributes

bool swigCMemOwn
 

Constructor & Destructor Documentation

libsbmlcs.IdList.IdList ( )
libsbmlcs.IdList.IdList ( string  commaSeparated)

Member Function Documentation

void libsbmlcs.IdList.append ( string  id)

Appends id to the list of ids.

string libsbmlcs.IdList.at ( int  n)
void libsbmlcs.IdList.clear ( )
bool libsbmlcs.IdList.contains ( string  id)

Returns true if id is already in this IdList, false otherwise.

Returns
true if id is already in this IdList, false otherwise.
virtual void libsbmlcs.IdList.Dispose ( )
virtual
void libsbmlcs.IdList.removeIdsBefore ( string  id)

Removes all ids in this IdList before the given id.

long libsbmlcs.IdList.size ( )

Returns the number of ids in this IdList.

Returns
the number of ids in this IdList.

Member Data Documentation

bool libsbmlcs.IdList.swigCMemOwn
protected