#include <Protocol.h>
Inheritance diagram for ACE_RMCast::Data:
Public Member Functions | |
virtual | ~Data () |
Data (Header const &h, istream &is) | |
Data (void const *buf, size_t s, size_t capacity=0) | |
Data_ptr | clone () |
char const * | buf () const |
char * | buf () |
size_t | size () const |
void | size (size_t s) |
size_t | capacity () const |
virtual void | serialize_body (ostream &os) const |
virtual void | serialize_body (sstream &ss) const |
Static Public Attributes | |
u16 const | id = 0x0003 |
Protected Member Functions | |
virtual Profile_ptr | clone_ () |
Data (Data const &d) | |
Private Attributes | |
char * | buf_ |
size_t | size_ |
size_t | capacity_ |
|
Definition at line 549 of file Protocol.h.
|
|
Definition at line 555 of file Protocol.h.
|
|
Definition at line 568 of file Protocol.h.
|
|
Definition at line 596 of file Protocol.h.
|
|
Definition at line 619 of file Protocol.h.
00623 { |
|
Definition at line 613 of file Protocol.h. Referenced by ACE_RMCast::Reassemble::recv(), ACE_RMCast::Socket_Impl::recv_(), and ACE_RMCast::Fragment::send().
00614 : 00615 char const* 00616 buf () const { |
|
Definition at line 642 of file Protocol.h.
00646 { |
|
Reimplemented from ACE_RMCast::Profile. Definition at line 584 of file Protocol.h.
00588 { |
|
Implements ACE_RMCast::Profile. Definition at line 591 of file Protocol.h. References ACE_RMCast::Profile_ptr.
00592 : 00593 virtual Profile_ptr 00594 clone_ () { |
|
Implements ACE_RMCast::Profile. Definition at line 655 of file Protocol.h.
00659 { |
|
Implements ACE_RMCast::Profile. Definition at line 649 of file Protocol.h. References ACE_RMCast::ostream, and ACE_OutputCDR::write_char_array().
00650 : 00651 virtual void 00652 serialize_body (ostream& os) const { |
|
Definition at line 631 of file Protocol.h.
00635 { 00636 if (s > capacity_) 00637 ACE_OS::abort (); 00638 00639 size_ = s; |
|
Reimplemented from ACE_RMCast::Profile. Definition at line 625 of file Protocol.h. Referenced by ACE_RMCast::Reassemble::recv(), ACE_RMCast::Socket_Impl::recv_(), ACE_RMCast::Fragment::send(), ACE_RMCast::Flow::send(), ACE_RMCast::Acknowledge::send(), and ACE_RMCast::Socket_Impl::size_().
00629 { |
|
Definition at line 661 of file Protocol.h. |
|
Definition at line 663 of file Protocol.h. |
|
Definition at line 11 of file Protocol.cpp. |
|
Definition at line 662 of file Protocol.h. |