|
|
| 454 |
void Print (std::ostream &os) const; |
454 |
void Print (std::ostream &os) const; |
| 455 |
|
455 |
|
| 456 |
/** |
456 |
/** |
|
|
457 |
* \brief Return a string representation of the packet |
| 458 |
* |
| 459 |
* An empty string is returned if you haven't called EnablePrinting () |
| 460 |
* |
| 461 |
* \return String representation |
| 462 |
*/ |
| 463 |
std::string ToString (void) const; |
| 464 |
|
| 465 |
/** |
| 457 |
* \brief Returns an iterator which points to the first 'item' |
466 |
* \brief Returns an iterator which points to the first 'item' |
| 458 |
* stored in this buffer. |
467 |
* stored in this buffer. |
| 459 |
* |
468 |
* |