| Trees | Index | Help |
|---|
| Module gwy :: Class StringList |
|
StringList struct contains private
data only and should be accessed using the functions below.
| Method Summary | |
|---|---|
Creates a new string list. | |
Appends a string to the end of a string list. | |
Gets a string from a string list by position. | |
Gets the number of strings in a string list. | |
| Method Details |
|---|
__init__()
Creates a new string list.
|
append(string)Appends a string to the end of a string list.
|
get(i)Gets a string from a string list by position.
|
get_length()Gets the number of strings in a string list.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Dec 30 04:01:41 2008 | http://epydoc.sf.net |