ACE_RMCast
6.1.1
|
#include <Protocol.h>
Public Member Functions | |
SN (Header const &h, istream &is) | |
SN (u64 n) | |
SN_ptr | clone () |
u64 | num () const |
virtual void | serialize_body (ostream &os) const |
virtual void | serialize_body (sstream &ss) const |
Static Public Attributes | |
static u16 const | id = 0x0004 |
Protected Member Functions | |
virtual Profile_ptr | clone_ () |
SN (SN const &sn) | |
Private Attributes | |
u64 | n_ |
ACE_RMCast::SN::SN | ( | Header const & | h, |
istream & | is | ||
) | [inline] |
ACE_RMCast::SN::SN | ( | u64 | n | ) | [inline] |
ACE_RMCast::SN::SN | ( | SN const & | sn | ) | [inline, protected] |
SN_ptr ACE_RMCast::SN::clone | ( | ) | [inline] |
Reimplemented from ACE_RMCast::Profile.
virtual Profile_ptr ACE_RMCast::SN::clone_ | ( | ) | [inline, protected, virtual] |
Implements ACE_RMCast::Profile.
u64 ACE_RMCast::SN::num | ( | ) | const [inline] |
virtual void ACE_RMCast::SN::serialize_body | ( | ostream & | os | ) | const [inline, virtual] |
Implements ACE_RMCast::Profile.
virtual void ACE_RMCast::SN::serialize_body | ( | sstream & | ss | ) | const [inline, virtual] |
Implements ACE_RMCast::Profile.
u16 const ACE_RMCast::SN::id = 0x0004 [static] |
u64 ACE_RMCast::SN::n_ [private] |