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

GetCount ()
 
__len__ ()
 
__init__ ()
 
__getitem__ ()
 
GetModel ()
 
removeAll ()
 
Clear ()
 
append ()
 
count ()
 
Add ()
 
__reduce__ ()
 

Member Function Documentation

__getitem__ ( )

Python Docstring:

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

Python Docstring:

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

Python Docstring:

__len__( (FBModelList)arg1) -> int 
__reduce__ ( )
Add ( )

Python Docstring:

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

Python Docstring:

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

Python Docstring:

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

Python Docstring:

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

Python Docstring:

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

Python Docstring:

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

Python Docstring:

removeAll( (FBModelList)arg1) -> None