FBStringList Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBStringList:

Public Member Functions

__init__ ()
 
Add ()
 
Clear ()
 
Sort ()
 
IndexOf ()
 
SetString ()
 
RemoveAt ()
 
AsString ()
 
GetReferenceAt ()
 
SetReferenceAt ()
 
__len__ ()
 
__getitem__ ()
 
__setitem__ ()
 
GetAt ()
 
Find ()
 
Remove ()
 
InsertAt ()
 
SetAt ()
 
__reduce__ ()
 

Member Function Documentation

__getitem__ ( )

Python Docstring:

__getitem__( (FBStringList)arg1, (object)arg2) -> str 
__init__ ( )

Python Docstring:

__init__( (object)arg1) -> None

__init__( (object)arg1, (str)arg2 [, (str)arg3]) -> None 
__len__ ( )

Python Docstring:

__len__( (FBStringList)arg1) -> int 
__reduce__ ( )
__setitem__ ( )

Python Docstring:

__setitem__( (FBStringList)arg1, (object)arg2, (str)arg3) -> bool 
Add ( )

Python Docstring:

Add( (FBStringList)arg1, (str)arg2 [, (object)arg3]) -> int 
AsString ( )

Python Docstring:

AsString( (FBStringList)arg1 [, (str)arg2]) -> str 
Clear ( )

Python Docstring:

Clear( (FBStringList)arg1) -> None 
Find ( )

Python Docstring:

Find( (FBStringList)arg1, (object)arg2) -> int

Find( (FBStringList)arg1, (str)arg2 [, (object)arg3 [, (object)arg4]]) -> int 
GetAt ( )

Python Docstring:

GetAt( (FBStringList)arg1, (object)arg2) -> str 
GetReferenceAt ( )

Python Docstring:

GetReferenceAt( (FBStringList)arg1, (object)arg2) -> int 
IndexOf ( )

Python Docstring:

IndexOf( (FBStringList)arg1, (str)arg2) -> int 
InsertAt ( )

Python Docstring:

InsertAt( (FBStringList)arg1, (object)arg2, (str)arg3 [, (object)arg4]) -> None 
Remove ( )

Python Docstring:

Remove( (FBStringList)arg1, (str)arg2) -> int 
RemoveAt ( )

Python Docstring:

RemoveAt( (FBStringList)arg1, (object)arg2) -> None 
SetAt ( )

Python Docstring:

SetAt( (FBStringList)arg1, (object)arg2, (str)arg3) -> bool 
SetReferenceAt ( )

Python Docstring:

SetReferenceAt( (FBStringList)arg1, (object)arg2, (object)arg3) -> None 
SetString ( )

Python Docstring:

SetString( (FBStringList)arg1, (str)arg2 [, (str)arg3]) -> bool 
Sort ( )

Python Docstring:

Sort( (FBStringList)arg1) -> None