equal
deleted
inserted
replaced
123 * |
123 * |
124 * Aggregate the two lists of tags. |
124 * Aggregate the two lists of tags. |
125 */ |
125 */ |
126 void Add (const TagList &o); |
126 void Add (const TagList &o); |
127 |
127 |
128 /** |
|
129 * \param i points to the item to remove from this list. |
|
130 * |
|
131 * Not implemented. |
|
132 */ |
|
133 void Remove (const Iterator &i); |
|
134 void RemoveAll (void); |
128 void RemoveAll (void); |
135 |
129 |
136 /** |
130 /** |
137 * \param offsetStart the offset which uniquely identifies the first data byte |
131 * \param offsetStart the offset which uniquely identifies the first data byte |
138 * present in the byte buffer associated to this TagList. |
132 * present in the byte buffer associated to this TagList. |