FBModelList Class Reference

#include <mainpage.h>

Class Description

FBModelList class. This class implements a special sort of list that can only contain instances of FBModel objects. Users can query the content of the list with the bracket operator.

# Supported list protocol methods:
len(l)
print l[0]
+ Inheritance diagram for FBModelList:

Public Member Functions

 __reduce__ ()
 
 __init__ (object arg1)
 
int __len__ (FBModelList arg1)
 
object __getitem__ (FBModelList arg1, object arg2)
 
int GetCount (FBModelList arg1)
 
object GetModel (FBModelList arg1, object arg2)
 
 Add (FBModelList arg1, FBModel arg2)
 
 Clear (FBModelList arg1)
 
int count (FBModelList arg1)
 
 append (FBModelList arg1, FBModel arg2)
 
 removeAll (FBModelList arg1)
 

Member Function Documentation

object __getitem__ ( FBModelList  arg1,
object  arg2 
)

Python Docstring:

__getitem__( (FBModelList)arg1, (object)arg2) -> object 
__init__ ( object  arg1)

Python Docstring:

__init__( (object)arg1) -> None 
int __len__ ( FBModelList  arg1)

Python Docstring:

__len__( (FBModelList)arg1) -> int 
__reduce__ ( )
Add ( FBModelList  arg1,
FBModel  arg2 
)

Python Docstring:

Add( (FBModelList)arg1, (FBModel)arg2) -> None 
append ( FBModelList  arg1,
FBModel  arg2 
)

Python Docstring:

append( (FBModelList)arg1, (FBModel)arg2) -> None 
Clear ( FBModelList  arg1)

Python Docstring:

Clear( (FBModelList)arg1) -> None 
int count ( FBModelList  arg1)

Python Docstring:

count( (FBModelList)arg1) -> int 
int GetCount ( FBModelList  arg1)

Python Docstring:

GetCount( (FBModelList)arg1) -> int 
object GetModel ( FBModelList  arg1,
object  arg2 
)

Python Docstring:

GetModel( (FBModelList)arg1, (object)arg2) -> object 
removeAll ( FBModelList  arg1)

Python Docstring:

removeAll( (FBModelList)arg1) -> None