src/common/tag-list.h
changeset 3223 87b3ea3ae0f8
parent 3186 afb8223d8798
child 3299 4c42f0b977ad
equal deleted inserted replaced
3222:f61c17b62fd1 3223:87b3ea3ae0f8
   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.