27 #ifndef ZenLib_ZtringListListH
28 #define ZenLib_ZtringListListH
73 const Ztring &
Read (size_type Pos0, size_type Pos1)
const;
77 const Ztring &
Read (
const Ztring &Pos0, size_type Pos0_1, size_type Pos1)
const;
90 void Write (
const Ztring &ToWrite, size_type Pos0, size_type Pos1);
98 void Insert (
const ZtringList &ToInsert, size_type Pos0) {insert(begin()+Pos0, ToInsert);};
102 void Delete (size_type Pos0) {erase(begin()+Pos0);};
110 void Swap (size_type Pos0_A, size_type Pos0_B);
112 void Swap1 (size_type Pos1_A, size_type Pos1_B);
118 size_type
Find (
const Ztring &ToFind, size_type Pos1=0, size_type Pos0Begin=0)
const;
120 size_type
Find_Filled (size_type Pos1=0, size_type Pos0Begin=0)
const;
136 void Max_Set (size_type Level, size_type
Max);