#include <ZtringList.h>
Public Member Functions | |
void | ZtringList_Common (int n=0, const Ztring &Separateur=_T(";"), const Ztring &Source=_T("")) |
ZtringList (int n=0, const Ztring &Separateur=_T(";"), const Ztring &Source=_T("")) | |
ZtringList (const ZtringList &Source) | |
ZtringList (const Ztring &Source) | |
ZtringList (const Char *Source) | |
~ZtringList () | |
ZtringList | operator+ (const ZtringList &Source) const |
ZtringList & | operator+= (const Ztring &Source) |
ZtringList & | operator= (const ZtringList &Source) |
bool | operator== (const ZtringList &Source) const |
bool | operator!= (const ZtringList &Source) const |
Ztring & | operator() (size_t Pos) |
Same as [], but write a empty string if Pos doesn't exist yet. | |
Ztring | Lire () const |
Ztring | Lire (size_t Pos) const |
int | Ecrire (const Ztring &AEcrire) |
int | Ecrire (const Ztring &AEcrire, size_t Pos) |
intu | Rechercher (const Ztring &ARechercher, intu PosDebut=0, const Ztring &Comparaison=_T("=="), int Options=0) const |
int | Separateur_Set (const Ztring &Separateur_Nouveau) |
int | MaxStringLength () |
Return the length of the longest string in the list. | |
Protected Attributes | |
Ztring | Separateur |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the length of the longest string in the list.
|
|
|
|
Same as [], but write a empty string if Pos doesn't exist yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|