14 #ifndef ZenLib_ZtringListListH
15 #define ZenLib_ZtringListListH
60 const Ztring &
Read (size_type Pos0, size_type Pos1)
const;
64 const Ztring &
Read (
const Ztring &Pos0, size_type Pos0_1, size_type Pos1)
const;
77 void Write (
const Ztring &ToWrite, size_type Pos0, size_type Pos1);
85 void Insert (
const ZtringList &ToInsert, size_type Pos0) {insert(begin()+Pos0, ToInsert);};
89 void Delete (size_type Pos0) {erase(begin()+Pos0);};
97 void Swap (size_type Pos0_A, size_type Pos0_B);
99 void Swap1 (size_type Pos1_A, size_type Pos1_B);
105 size_type
Find (
const Ztring &ToFind, size_type Pos1=0, size_type Pos0Begin=0)
const;
107 size_type
Find_Filled (size_type Pos1=0, size_type Pos0Begin=0)
const;
123 void Max_Set (size_type Level, size_type
Max);