src/common/buffer.h
changeset 2992 ba52f937610c
parent 2792 2854c5a3795b
child 3030 7cfe0542dff5
equal deleted inserted replaced
2991:9a3ed582d153 2992:ba52f937610c
   408    * builds initialize them to 0x33.
   408    * builds initialize them to 0x33.
   409    * Any call to this method invalidates any Iterator
   409    * Any call to this method invalidates any Iterator
   410    * pointing to this Buffer.
   410    * pointing to this Buffer.
   411    */
   411    */
   412   void AddAtEnd (uint32_t end);
   412   void AddAtEnd (uint32_t end);
       
   413 
       
   414   void AddAtEnd (const Buffer &o);
   413   /**
   415   /**
   414    * \param start size to remove
   416    * \param start size to remove
   415    *
   417    *
   416    * Remove bytes at the start of the Buffer.
   418    * Remove bytes at the start of the Buffer.
   417    * Any call to this method invalidates any Iterator
   419    * Any call to this method invalidates any Iterator