Module tulip :: Class tlp :: Class StringCollection
[hide private]
[frames] | no frames]

Class StringCollection

       object --+        
                |        
sip.simplewrapper --+    
                    |    
          sip.wrapper --+
                        |
                       tlp.StringCollection

tlp.StringCollection(list of string) tlp.StringCollection(list of string, int) tlp.StringCollection(list of string, string)

Instance Methods [hide private]
 
__delitem__(x, y)
del x[y]
 
__getitem__(x, y)
x[y]
 
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__setitem__(x, i, y)
x[i]=y
string

at(int)
...
bool

empty()
...
int

getCurrent()
...
string

getCurrentString()
...
 
push_back(string)
...
bool

setCurrent(int)
...
int

size()
...
Method Details [hide private]

__init__(tlp)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__