#include <castringlist.h>
Public Member Functions | |
| CAStringList (char separator='~') | |
| Constructor. | |
| CAStringList (const char *list, char separator='~') | |
| Constructor. | |
| ~CAStringList () | |
| Destructor. | |
| void | setList (const char *list) |
| Sets the string list. | |
| int | count () |
| Count. | |
| char * | getItem (int which, int maxLen=CA_SL_ITEMSIZE) |
| Returns item number 'which' of the list. | |
It's not fast, not good, but simple.
|
||||||||||||
|
Returns item number 'which' of the list.
|
|
|
Sets the string list.
|
1.4.4