INodeTab Class Reference

Class Description

A list of INode instances.
+ Inheritance diagram for INodeTab:

Public Member Functions

def Append
 
def GetCount
 
def GetItem
 
def IndexOf
 
def Insert
 
def Remove
 

Public Attributes

 this
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def Append (   self,
  args 
)
Append(INodeTab self, INode x, bool allowDups=False)
Append(INodeTab self, INode x)
def GetCount (   self)
GetCount(INodeTab self) -> int
def GetItem (   self,
  args 
)
GetItem(INodeTab self, int n) -> INode
def IndexOf (   self,
  args 
)
IndexOf(INodeTab self, INode x) -> int
def Insert (   self,
  args 
)
Insert(INodeTab self, INode x, int at, bool allowDups=False) -> int
Insert(INodeTab self, INode x, int at) -> int
def Remove (   self,
  args 
)
Remove(INodeTab self, INode x) -> bool