#include <Protocol.h>
Inheritance diagram for ACE_RMCast::SN:
Public Member Functions | |
n_ (n) | |
SN_ptr | clone () |
u64 | num () const |
virtual void | serialize_body (ostream &os) const |
virtual void | serialize_body (sstream &ss) const |
Public Attributes | |
__pad0__: Profile (h) { is >> n_ | |
__pad1__: Profile (id) | |
Static Public Attributes | |
static u16 const | id = 0x0004 |
Protected Member Functions | |
virtual Profile_ptr | clone_ () |
n_ (sn.n_) | |
Protected Attributes | |
__pad2__: Profile (sn) | |
Private Attributes | |
u64 | n_ |
Definition at line 685 of file Protocol.h.
SN_ptr ACE_RMCast::SN::clone | ( | void | ) | [inline] |
Reimplemented from ACE_RMCast::Profile.
Definition at line 703 of file Protocol.h.
References clone_().
virtual Profile_ptr ACE_RMCast::SN::clone_ | ( | ) | [inline, protected, virtual] |
Implements ACE_RMCast::Profile.
Definition at line 710 of file Protocol.h.
Referenced by clone().
00711 { 00712 Profile_ptr p (new SN (*this)); 00713 return p; 00714 }
ACE_RMCast::SN::n_ | ( | sn. | n_ | ) | [inline, protected] |
ACE_RMCast::SN::n_ | ( | n | ) | [inline] |
Definition at line 697 of file Protocol.h.
References ACE_RMCast::Profile::calculate_size(), and ACE_RMCast::Profile::size().
00697 : Profile (id), n_ (n) 00698 { 00699 size (calculate_size ()); 00700 }
u64 ACE_RMCast::SN::num | ( | ) | const [inline] |
virtual void ACE_RMCast::SN::serialize_body | ( | sstream & | ss | ) | const [inline, virtual] |
Implements ACE_RMCast::Profile.
Definition at line 737 of file Protocol.h.
References n_.
00738 { 00739 ss << n_; 00740 }
virtual void ACE_RMCast::SN::serialize_body | ( | ostream & | os | ) | const [inline, virtual] |
Implements ACE_RMCast::Profile.
Definition at line 731 of file Protocol.h.
References n_.
00732 { 00733 os << n_; 00734 }
Definition at line 693 of file Protocol.h.
Definition at line 697 of file Protocol.h.
ACE_RMCast::SN::__pad2__ [protected] |
Definition at line 717 of file Protocol.h.
u16 const ACE_RMCast::SN::id = 0x0004 [static] |
Definition at line 687 of file Protocol.h.
u64 ACE_RMCast::SN::n_ [private] |