equal
deleted
inserted
replaced
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 |