#include <ZtringList.h>
Public Member Functions | |
| void | CChaine_Tableau1_Commun (int n=0, const Ztring &Separateur=";", const Ztring &Source="") |
| ZtringList (int n=0, const Ztring &Separateur=";", const Ztring &Source="") | |
| ZtringList (const ZtringList &Source) | |
| ZtringList (const Ztring &Source) | |
| ZtringList (const char *Source) | |
| ~ZtringList () | |
| ZtringList & | operator= (const ZtringList &Source) |
| ZtringList & | operator+= (const Ztring &Source) |
| ZtringList | operator+ (const ZtringList &Source) const |
| bool | operator== (const ZtringList &Source) const |
| bool | operator!= (const ZtringList &Source) const |
| Ztring & | operator() (size_t Pos) |
| Ztring | Lire () const |
| Ztring | Lire (size_t Pos) const |
| int | Ecrire (const Ztring &AEcrire) |
| int | Ecrire (const Ztring &AEcrire, size_t Pos) |
| size_t | Rechercher (const Ztring &ARechercher, size_t PosDebut=0, const Ztring &Comparaison="==", 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
1.3-rc3